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 485d7f4..f2be5b5 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-for name in .gitconfig .vim .vimrc .zshrc; do
+for name in .gitconfig .tmux.conf .vim .vimrc .zshrc; do
if [ ! -L ~/$name ]; then
ln -s -f ~/dotfiles/$name ~/$name
fi