update tmux config link

This commit is contained in:
DannyDannyDanny 2024-02-03 20:09:24 +01:00
parent 231391e46d
commit f991818450

View file

@ -21,4 +21,5 @@ echo >&2 " >>> running .configure"
make && sudo make install make && sudo make install
echo >&2 " >>> linking tmux config from dotfiles" 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