Skip to content

Instantly share code, notes, and snippets.

@br0kenpixel
Last active April 19, 2026 10:39
Show Gist options
  • Select an option

  • Save br0kenpixel/97f1a0733237f48330aa781e73b9b35a to your computer and use it in GitHub Desktop.

Select an option

Save br0kenpixel/97f1a0733237f48330aa781e73b9b35a to your computer and use it in GitHub Desktop.
update-arch.sh
#!/bin/zsh
sudo pacman -Syu
paru -Syu
flatpak update
rustup update
cargo install-update -a
cargo cache --autoclean-expensive
espup update
bun upgrade
sudo rclone selfupdate
composer self-update
composer global require laravel/installer
pnpm cache delete
npm cache clean --force
pip cache purge
composer clear-cache
go clean -cache -testcache -modcache -fuzzcache
rm -rf ~/.bun/install/cache/
#sudo btrfs scrub start -B /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment