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

@@ -111,7 +111,7 @@ function update () {
pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U
npm update npm -g
npm update -g
nvim --headless "+Lazy! sync" +qa
# nvim --headless "+Lazy! sync" +qa
sudo softwareupdate -i -a
}