add tmux.conf

This commit is contained in:
Joel Wetzell
2026-03-05 10:42:21 -06:00
parent 17893585ed
commit dd740041a6
2 changed files with 19 additions and 0 deletions
+7
View File
@@ -20,3 +20,10 @@ if [ -f ~/.vimrc ]; then
rm ~/.vimrc
fi
ln -s ~/dotfiles/.vimrc ~/.vimrc
echo "linking .tmux.conf"
if [ -f ~/.tmux.conf ]; then
echo ".tmux.conf exists removing"
rm ~/.tmux.conf
fi
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf