diff options
Diffstat (limited to 'install/install_debian.sh')
-rwxr-xr-x | install/install_debian.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/install_debian.sh b/install/install_debian.sh index dc1d3ec..a2b8c6a 100755 --- a/install/install_debian.sh +++ b/install/install_debian.sh @@ -33,12 +33,12 @@ dlgYN "> Install Oh-My-Zsh" res if [ $res -eq 1 ]; then tput sc sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - + # Zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # Zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting - + tput rc; tput ed fi @@ -63,7 +63,7 @@ if [ $res -eq 1 ]; then CWD=$(pwd) tput sc ln -isf "$CWD/bin" ~/bin - ln -isf "$CWD/linux/zshrc" ~/.zshrc + ln -isf "$CWD/Common/zshrc" ~/.zshrc ln -isf "$CWD/linux/tmux.conf" ~/.tmux.conf ln -isf "$CWD/Common/vimrc" ~/.vimrc ln -isf "$CWD/Common/vim" ~/.vim |