Last active
April 19, 2026 10:39
-
-
Save br0kenpixel/97f1a0733237f48330aa781e73b9b35a to your computer and use it in GitHub Desktop.
update-arch.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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