Fixed zsh cloning
This commit is contained in:
parent
14e015de35
commit
a47d6075eb
@ -73,6 +73,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
||||||
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
||||||
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
||||||
|
if [ ! -d "~/.oh-my-zsh" ] ; then
|
||||||
|
curl -L http://install.ohmyz.sh | sh
|
||||||
|
fi
|
||||||
mkdir -p ~/.i3
|
mkdir -p ~/.i3
|
||||||
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
||||||
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user