diff --git a/3-post-reboot/pull-config.sh b/3-post-reboot/pull-config.sh index 6efdfc0..96df881 100755 --- a/3-post-reboot/pull-config.sh +++ b/3-post-reboot/pull-config.sh @@ -1,5 +1,5 @@ git clone --bare https://gitea.olympuslab.net/afonso/dotfiles /home/afonso/dotfiles -alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' mkdir -p .config-backup && \ config checkout 2>&1 | grep -E "\s+\." | awk {'print $1'} | \ xargs -I{} mv {} .config-backup/{}