Keeping up to date

This commit is contained in:
2020-11-25 14:20:11 -05:00
parent 17492ef6c8
commit 90f899b6a5
4 changed files with 47 additions and 24 deletions

View File

@@ -7,3 +7,7 @@ fi
if command -v nix &> /dev/null; then
nix-collect-garbage -d
fi
if command -v doom &> /dev/null; then
doom purge
fi

View File

@@ -3,7 +3,7 @@
if command -v brew &> /dev/null; then
brew update
brew upgrade
brew cask upgrade
brew upgrade --cask
fi
if command -v nix &> /dev/null; then
@@ -11,3 +11,9 @@ if command -v nix &> /dev/null; then
nix-env -u
home-manager switch
fi
if command -v doom &> /dev/null; then
doom sync
doom upgrade
doom env
fi