diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:02:52 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:02:52 +0200 |
commit | 6fbeb931cecaed4433b84c74b87b647d5e22396d (patch) | |
tree | f2644a55ccdade331d2965189d79f99ad49908a1 /install | |
parent | 0e0b22c7f1d5041c5fa29652643a6d1351fe9825 (diff) |
Add tmux.conf, clean up
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ cd $(dirname $BASH_SOURCE) BASE=$(pwd) # dotfiles to install -for dotfile in bashrc vimrc; do +for dotfile in bashrc vimrc tmux.conf; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |