From 048df48526e1b8f5176319f79aaa6276906556bd Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Sun, 7 Oct 2012 12:45:50 +0200 Subject: script to install dotfiles --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install.sh (limited to 'install.sh') 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 -- cgit v1.2.3-70-g09d2