diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..dc58c45 --- /dev/null +++ b/install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# create the symbolic links to the files in this repository + +cd `dirname $0` + +CURRENT_PATH=`pwd` + +ln -s $CURRENT_PATH/bash/.bashrc ~/.bashrc +ln -s $CURRENT_PATH/bash/.bash_aliases ~/.bash_aliases |