From 861b9a0471ba38c2d3ec9ee793e88cd8d3f36bbe Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 26 Nov 2020 15:35:30 +0100 Subject: Use better diff, move Renviron to Rprofile --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index c519e97..e35190d 100755 --- a/install +++ b/install @@ -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 -- cgit v1.2.1