From 92ae62f4db11ccbfc41bc9f24fe3859aef456f34 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 23 Jan 2013 21:22:24 +0100 Subject: Little clean-up Easier (I think...) directory layout --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index f0083c1..320cb20 --- a/install.sh +++ b/install.sh @@ -6,10 +6,10 @@ cd `dirname $0` CURRENT_PATH=`pwd` -ln -s $CURRENT_PATH/bash/.bashrc ~/.bashrc -ln -s $CURRENT_PATH/bash/.bash_aliases ~/.bash_aliases +ln -s $CURRENT_PATH/bash/bashrc ~/.bashrc +ln -s $CURRENT_PATH/bash/bash_aliases ~/.bash_aliases -ln -s $CURRENT_PATH/vim/.vimrc ~/.vimrc -ln -s $CURRENT_PATH/vim/.vim ~/.vim +ln -s $CURRENT_PATH/vim/vimrc ~/.vimrc +ln -s $CURRENT_PATH/vim/vim ~/.vim ln -s $CURRENT_PATH/Xdefaults ~/.Xdefaults -- cgit v1.2.3-70-g09d2