diff --git a/install.zsh.sh b/install.zsh.sh index f50b5cb..cfad882 100755 --- a/install.zsh.sh +++ b/install.zsh.sh @@ -1,6 +1 @@ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - -git clone https://github.com/zsh-users/zsh-autosuggestions.git \ - $HOME/.oh-my-zsh/plugins/zsh-autosuggestions -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \ - $HOME/.oh-my-zsh/plugins/zsh-syntax-highlighting \ No newline at end of file +sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" \ No newline at end of file diff --git a/make.symlinks.sh b/make.symlinks.sh index a289f91..620cbd7 100644 --- a/make.symlinks.sh +++ b/make.symlinks.sh @@ -1,6 +1,4 @@ ln -s $(pwd)/.gitconfig ~/.gitconfig -ln -s $(pwd)/.bashrc ~/.bashrc -ln -s $(pwd)/.bash_profile ~/.bash_profile ln -s $(pwd)/.zshrc ~/.zshrc ln -s $(pwd)/lambda-00x097.zsh-theme ~/.oh-my-zsh/themes/lambda-00x097.zsh-theme