dotfiles: only deploy dotfiles once

this makes logging in waaaay snappier
This commit is contained in:
dogeystamp 2024-03-20 18:25:56 -04:00
parent 24a64c0919
commit 00739e0b77
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,4 +1,6 @@
# Automatically deploy dotfiles on login
~/dots/dotinstall.sh > /dev/null 2>&1
if [ ! -e ~/.config/dot_profile.example ]; then
~/dots/dotinstall.sh > /dev/null 2>&1
fi
source ~/.profile