From a37958e13e13a69c0a7c96e97ef21ea5f4c37e38 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 18:50:36 +0200 Subject: Manage reportbugrc --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index eda2cbf..544df8f 100755 --- a/install +++ b/install @@ -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 -- cgit v1.2.1