feat: add a few more update commands

This commit is contained in:
Stefan Imhoff
2023-10-11 12:54:11 +02:00
parent 8148d47583
commit 1626032b31

View File

@@ -1,9 +1,13 @@
function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, and MacOS"
sudo -v
~/.tmux/plugins/tpm/bin/update_plugins all
gh extension upgrade --all
nvim --headless "+Lazy! sync" +qa
brew update && brew outdated && brew upgrade && brew cleanup
sudo gem update --system && sudo gem update && gem cleanup all
pip install --upgrade pip
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
pnpm update -g
# sudo softwareupdate -i -a
fisher update
sudo softwareupdate -i -a
end