From f99181845084b67bdb68f3f3ae9e65899fa0b222 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 3 Feb 2024 20:09:24 +0100 Subject: [PATCH] :sparkles: update tmux config link --- install_tmux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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