From 7bfeddabf6f9dc0b61108dd7ec7c1b36522b2fb1 Mon Sep 17 00:00:00 2001 From: jreichmann Date: Wed, 17 Apr 2019 00:07:42 +0200 Subject: [PATCH] Fix tmux config not getting symlinked properly --- initialSetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initialSetup.sh b/initialSetup.sh index f8d9e9e..57b4787 100755 --- a/initialSetup.sh +++ b/initialSetup.sh @@ -8,14 +8,14 @@ elif [[ $(command -v pacman) == 0 ]]; then sudo pacman -S tmux git gnupg openssh fi +HERE=$(pwd) + # Set up tmux -ln -s ./tmux/tmux.conf ~/.tmux.conf +ln -s $HERE/tmux/tmux.conf ~/.tmux.conf # Get the tmux-plugin-manager mkdir -p ~/.tmux/plugins git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm -HERE=$(pwd) - # Set up redshift mkdir -p ~/.config/redshift mkdir -p ~/.config/autostart