zsh updates

This commit is contained in:
2026-06-27 21:25:33 -04:00
parent 538860bfcb
commit cbb0ae5c46
8 changed files with 117 additions and 3 deletions
Executable
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
step() {
echo
echo "==> $*"
}
step "uv"
uv self update
step "pacman"
sudo pacman -Syu
step "flatpak"
sudo flatpak update -y
step "vscode"
"${SCRIPT_DIR}/upgrade_vscode.sh"