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 --- bash/bashrc | 1 - bashrc | 1 + bin/install.sh | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 bash/bashrc create mode 100644 bashrc diff --git a/bash/bashrc b/bash/bashrc deleted file mode 100644 index 36357ee..0000000 --- a/bash/bashrc +++ /dev/null @@ -1 +0,0 @@ -alias lamp='curl -i -H Accept: application/json -H Content-Type: application/json -X GET http://192.168.10.191/j?lamp=toggle' diff --git a/bashrc b/bashrc new file mode 100644 index 0000000..36357ee --- /dev/null +++ b/bashrc @@ -0,0 +1 @@ +alias lamp='curl -i -H Accept: application/json -H Content-Type: application/json -X GET http://192.168.10.191/j?lamp=toggle' 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