aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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