chore: backup

This commit is contained in:
Stefan Imhoff
2023-01-13 18:18:56 +01:00
parent 7892ceca1d
commit afc5f5f874
5 changed files with 59 additions and 48 deletions

View File

@@ -5,6 +5,6 @@ function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim,
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
npm update npm -g
npm update -g
nvim --headless "+Lazy! update" +qa
# nvim --headless "+Lazy! update" +qa
sudo softwareupdate -i -a
end