diff --git a/install.sh b/install.sh index 0ec37b9..ca42491 100755 --- a/install.sh +++ b/install.sh @@ -8,5 +8,5 @@ if [ -e "$HOME/.tmux.conf" ] ; then mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original" fi -ln -s "$HOME/.config/tmux" .tmux -ln -s "$HOME/.config/tmux/tmux.conf" .tmux.conf +ln -s "$HOME/.config/tmux" "$HOME/.tmux" +ln -s "$HOME/.config/tmux/tmux.conf" "$HOME/.tmux.conf"