diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:50:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:50:36 +0200 |
commit | a37958e13e13a69c0a7c96e97ef21ea5f4c37e38 (patch) | |
tree | 2c5ad5686eff2027ef8215c264cb98bcf7feb08c /install | |
parent | 62bd0fed942225598b62146bd196c8c6633e5dae (diff) |
Manage reportbugrc
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 gitconfig tmux.conf; do +for dotfile in bashrc vimrc gitconfig tmux.conf reportbugrc; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |