diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-23 14:42:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-23 14:42:07 -0200 |
commit | 1358a1ea79df2dc48517137e6f8b45692333ad4f (patch) | |
tree | 2b892117c7cbb126bd48690cf28b7ec19d05eac3 | |
parent | d073d7c2151d25484aa25e3340d141aaaa5a2b35 (diff) | |
download | apps-1358a1ea79df2dc48517137e6f8b45692333ad4f.tar.gz apps-1358a1ea79df2dc48517137e6f8b45692333ad4f.tar.bz2 |
Inception: make sure we allways have a .dotfiles symlink
-rwxr-xr-x | inception | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ function inception_init { mv $HOME/.dotfiles $BACKUPS/ ( cd $HOME &> /dev/null && ln -s apps/dotfiles .dotfiles ) fi + else + ( cd $HOME &> /dev/null && ln -s apps/dotfiles .dotfiles ) fi #if [ ! -e "$HOME/.dotfiles" ]; then |