From dadf4f7e58f1d192b869b97798feade6362a101b Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 2 May 2018 23:50:14 +0200 Subject: Unix installer now uses symlinks --- bin/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/install.sh b/bin/install.sh index 14fd058..18c8def 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,4 +1,5 @@ #!/bin/sh -cp tmux/tmux.conf ~/.tmux.conf -cp bash/bashrc ~/.bashrc +ln -iv tmux.conf ~/.tmux.conf +ln -iv bashrc ~/.bashrc +ln -iv vim/vimrc ~/.vimrc -- cgit v1.2.3