dotfiles/files/.profile

11 lines
241 B
Plaintext
Raw Normal View History

2023-02-04 00:50:10 -05:00
TODELETE="$(command ls --almost-all ~/git/dotfiles/files)"
if [ -d ~/git/dotfiles ] ; then
bash ~/git/dotfiles/pull.sh
2023-02-04 01:09:29 -05:00
(cd ~ ; rm $(command ls --almost-all ~/git/dotfiles/files))
2023-02-04 00:50:10 -05:00
(cd ~/git/dotfiles
2023-02-04 01:09:29 -05:00
ln ./files/.* ../../)
2023-02-04 00:50:10 -05:00
fi
. ~/.bashrc