Auto Update

This commit is contained in:
matt1432 2023-01-08 04:36:29 -05:00
parent b054a4fc8e
commit 26efa3ccbf

View file

@ -1,5 +1,10 @@
. ~/.bashrc
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
bash ~/git/dotfiles/pull.sh
. ~/git/dotfiles/.profile &&
rm ~/.bash* ~/.profile
(cd ~/git/dotfiles
ln ./.bash* ../../
ln ./.profile ../../)
fi