9 lines
201 B
Bash
9 lines
201 B
Bash
if [ -d ~/git/dotfiles ] ; then
|
|
bash ~/git/dotfiles/pull.sh
|
|
rm ~/.bash-* ~/.bashrc ~/.bash_aliases ~/.profile ~/.colors
|
|
(cd ~/git/dotfiles
|
|
ln ./.bash* ../../
|
|
ln ./.profile ../../)
|
|
fi
|
|
|
|
. ~/.bashrc
|