From 1358a1ea79df2dc48517137e6f8b45692333ad4f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 23 Jan 2018 14:42:07 -0200 Subject: Inception: make sure we allways have a .dotfiles symlink --- inception | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inception b/inception index a00b692..82e0d43 100755 --- a/inception +++ b/inception @@ -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 -- cgit v1.2.3