chore: backup

This commit is contained in:
Stefan Imhoff
2023-10-13 13:22:41 +02:00
parent 74ee8caf88
commit 48d5aaa02a
4 changed files with 86 additions and 84 deletions

View File

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