Disable Pop! OS's updater notification
This commit is contained in:
parent
c87bed3a6a
commit
0a800cac88
2 changed files with 2 additions and 1 deletions
1
.config/pop-system-updater/config.ron
Normal file
1
.config/pop-system-updater/config.ron
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(enabled:false,notification_frequency:Weekly)
|
|
@ -20,7 +20,7 @@ git clone --bare git@git.webartifex.biz:alexander/dotfiles.git "$HOME/.dotfiles"
|
||||||
|
|
||||||
# Backup old dotfiles
|
# Backup old dotfiles
|
||||||
rm -rf "$HOME/.dotfiles.bak" >/dev/null
|
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'} | \
|
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
|
||||||
xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}
|
xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue