aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-11-02 13:27:11 -0400
committerMatt Singleton <matt@xcolour.net>2013-11-02 13:29:30 -0400
commitf49652637cd08668316374b6c97547e9905035c6 (patch)
tree09d5257a2ec63ff162a6a9bcc8ec27b6ffc27237 /deploy.sh
parent1198374512dc1d6328f833f39b9a1eec04cb6943 (diff)
add tmux.conf
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index fcf0b8d..1007b6c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -6,7 +6,7 @@ rm -rf dotfiles-backup
mkdir -p dotfiles-backup
# deploy
-for f in vimrc gvimrc gitconfig gitignore zshrc zsh dircolors.conf slate
+for f in vimrc gvimrc gitconfig gitignore zshrc zsh dircolors.conf slate tmux.conf
do
if [ -e ~/.${f} ]; then
mv ~/.${f} dotfiles-backup/${f}