I figured I’m doing these things daily anyway, might as well make a function for them:
function ablutions
echo "Homebrew"
brew update
brew upgrade
echo "Chez-moi"
chezmoi git pull
end
Anybody else do something like this? Anything I should be adding? ⌘ Read more