From 0a800cac88c20408743f1f718657d6fbb0578897 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 12 Jul 2022 02:23:02 +0200 Subject: [PATCH] Disable Pop! OS's updater notification --- .config/pop-system-updater/config.ron | 1 + .config/shell/init_dotfiles.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .config/pop-system-updater/config.ron 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"/{}