diff --git a/install_tmux.sh b/install_tmux.sh index ce632ff..b1806e6 100755 --- a/install_tmux.sh +++ b/install_tmux.sh @@ -21,4 +21,5 @@ echo >&2 " >>> running .configure" make && sudo make install echo >&2 " >>> linking tmux config from dotfiles" -ln -s -f /tmp/dotfiles/.tmux.conf ~/.tmux.conf +mkdir -p ~/.config/tmux +ln -s -f ~/dotfiles/.tmux.conf ~/.config/tmux/tmux.conf