dotfiles/fish/functions/macos_update.fish
2022-10-05 17:19:12 -04:00

5 lines
89 B
Fish

function macos_update
brew upgrade
gup update
cargo install-update --all
end