diff --git a/.config/pop-system-updater/config.ron b/.config/pop-system-updater/config.ron new file mode 100644 index 0000000..c380454 --- /dev/null +++ b/.config/pop-system-updater/config.ron @@ -0,0 +1 @@ +(enabled:false,notification_frequency:Weekly) diff --git a/.config/shell/init_dotfiles.sh b/.config/shell/init_dotfiles.sh index 07804a4..e9f752d 100755 --- a/.config/shell/init_dotfiles.sh +++ b/.config/shell/init_dotfiles.sh @@ -20,7 +20,7 @@ git clone --bare git@git.webartifex.biz:alexander/dotfiles.git "$HOME/.dotfiles" # Backup old dotfiles rm -rf "$HOME/.dotfiles.bak" >/dev/null -mkdir -p $HOME/.dotfiles.bak/.config/{bat,flameshot,git,shell} && \ +mkdir -p $HOME/.dotfiles.bak/.config/{bat,flameshot,git,pop-system-updater,shell} && \ /usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \ xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}