Fixed zsh config again...
This commit is contained in:
parent
a47d6075eb
commit
d531a7ea6d
@ -73,7 +73,7 @@ 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
|
if [ -d "~/.oh-my-zsh" ] ; then
|
||||||
curl -L http://install.ohmyz.sh | sh
|
curl -L http://install.ohmyz.sh | sh
|
||||||
fi
|
fi
|
||||||
mkdir -p ~/.i3
|
mkdir -p ~/.i3
|
||||||
|
Loading…
Reference in New Issue
Block a user