diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-26 15:35:30 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-26 15:35:30 +0100 |
commit | 861b9a0471ba38c2d3ec9ee793e88cd8d3f36bbe (patch) | |
tree | e5eaaf945dccb0eeb5f6085236a2476a32748b6e /install | |
parent | 9fb0576823d53bb967c70421e5572dc7dbb3af72 (diff) |
Use better diff, move Renviron to Rprofile
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 gitignore Rprofile Renviron tmux.conf reportbugrc; do +for dotfile in bashrc vimrc gitconfig gitignore Rprofile tmux.conf reportbugrc; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |