aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-05-02 23:50:14 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-05-02 23:50:14 +0200
commitdadf4f7e58f1d192b869b97798feade6362a101b (patch)
treeefa4e8718627bdaea6e02ab22c7a7082ab4deb3d /bin
parentb18e9a774276dfe14d7d30e000d73dd3b6bc7533 (diff)
downloaddotfiles-dadf4f7e58f1d192b869b97798feade6362a101b.tar.gz
dotfiles-dadf4f7e58f1d192b869b97798feade6362a101b.zip
Unix installer now uses symlinks
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install.sh5
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