From 98652fc237bf703e77c77edd93aabb7339f2f5e4 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Fri, 15 May 2015 22:26:37 -0400 Subject: Create local bin directory * Export it in $PATH * Add link to eg binary --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a64cb48..f298670 100755 --- a/install.sh +++ b/install.sh @@ -1,9 +1,10 @@ #!/bin/bash # create the symbolic links to the files in this repository - cd `dirname $0` +git submodule init --update + CURRENT_PATH=`pwd` ln -s $CURRENT_PATH/bash/bashrc ~/.bashrc @@ -18,3 +19,5 @@ ln -s $CURRENT_PATH/screenrc ~/.screenrc ln -s $CURRENT_PATH/fonts ~/.fonts fc-cache -vf ~/.fonts + +ln -s $CURRENT_PATH/bin ~/bin -- cgit v1.2.3-70-g09d2