Skip to content

Commit

Permalink
Added .profile to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Costi committed Jul 29, 2011
1 parent cfb81d0 commit 6fe6130
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Expand Up @@ -8,8 +8,9 @@
ME=`readlink -f $0`
SETUP_DIR=$(dirname $ME)

files=( .ackrc .bashrc .irbrc .bash_aliases .screenrc .vimrc .vim )
files=( .ackrc .bashrc .irbrc .bash_aliases .screenrc .vimrc .vim .profile)
for file in "${files[@]}"
do
ln -v -s ${SETUP_DIR}/${file} ~/${file}
rm -vr ~/${file}
ln -v -s ${SETUP_DIR}/${file} ~/${file}
done

0 comments on commit 6fe6130

Please sign in to comment.