aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.config/tmux/tmux.conf (renamed from .tmux.conf)0
-rwxr-xr-xsetup.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.config/tmux/tmux.conf
index 1cff1c9..1cff1c9 100644
--- a/.tmux.conf
+++ b/.config/tmux/tmux.conf
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