From 15afc3f02585cb2d3ba10e37ac7421860fc316c9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 May 2022 18:59:40 +0900 Subject: tmux: move .tmux.conf to .config/tmux/tmux.conf --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 6921b9d..7c44391 100755 --- a/setup.sh +++ b/setup.sh @@ -4,7 +4,6 @@ # Make symlinks to dot files. {{{2 for name in \ - .tmux.conf \ .vimrc \ .zshenv \ .zshrc \ @@ -30,6 +29,7 @@ for name in \ git \ newsboat \ nvim \ + tmux \ ; \ do if [ ! -L ~/.config/"$name" ]; then -- cgit v1.2.3-70-g09d2