Merge branch 'master' of git.dustinswan.com:dustinswan/dotfiles

This commit is contained in:
Dustin Swan 2020-12-31 09:11:05 -05:00
commit effdbaa4dc
8 changed files with 72 additions and 43 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 -y
doom env
fi