aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index a30a0649..00aeb489 100755
--- a/install.sh
+++ b/install.sh
@@ -21,3 +21,6 @@ if [ -e "${HOME}/.vim" ]; then
fi
ln -fs ".dotfiles/vim" "${HOME}/.vim"
+# Touch tmux local conf file.
+touch ~/.tmux.conf.local
+