aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-02 11:20:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-02 11:20:59 +1300
commit22ff7d16ee614d41b73ff53ed5f77ed3876c3683 (patch)
treebe9d3f93b5e0399df1690d6c8ee95ff88e4cd721 /install.sh
parentSource a local conf file. (diff)
downloaddotfiles-22ff7d16ee614d41b73ff53ed5f77ed3876c3683.tar.gz
dotfiles-22ff7d16ee614d41b73ff53ed5f77ed3876c3683.zip
Touch tmux.conf.local
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
+