aboutsummaryrefslogtreecommitdiff
path: root/install/install_debian.sh
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2021-01-17 15:55:40 +0100
committerjakobst1n <jakob.stendahl@outlook.com>2021-01-17 15:57:20 +0100
commitd0f5528ec11c9957dd9b62688771eb62acb0c47f (patch)
treeb32a203aa1bdadcbbde4e158beaae764ebe72215 /install/install_debian.sh
parent5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3 (diff)
downloaddotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.tar.gz
dotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.zip
Do things with zsh and tmux
Diffstat (limited to 'install/install_debian.sh')
-rwxr-xr-xinstall/install_debian.sh6
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