diff options
-rw-r--r-- | Renviron | 1 | ||||
-rwxr-xr-x | install | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Renviron b/Renviron new file mode 100644 index 0000000..3b67b59 --- /dev/null +++ b/Renviron @@ -0,0 +1 @@ +R_CHECK_CRAN_INCOMING_REMOTE=false @@ -6,7 +6,7 @@ cd $(dirname $BASH_SOURCE) BASE=$(pwd) # dotfiles to install -for dotfile in bashrc vimrc gitconfig Rprofile tmux.conf reportbugrc; do +for dotfile in bashrc vimrc gitconfig Rprofile Renviron tmux.conf reportbugrc; do mkdir -pv bak [ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile ln -sfv $BASE/$dotfile ~/.$dotfile |