From d0f5528ec11c9957dd9b62688771eb62acb0c47f Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sun, 17 Jan 2021 15:55:40 +0100 Subject: Do things with zsh and tmux --- install/install_debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/install_debian.sh') 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 -- cgit v1.2.3