diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |