dotfiles: only deploy dotfiles once
this makes logging in waaaay snappier
This commit is contained in:
parent
24a64c0919
commit
00739e0b77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user