Last active
December 11, 2025 16:00
-
-
Save master-of-zen/f8285039f88240afaa07f97aa24a95fe to your computer and use it in GitHub Desktop.
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
| ## Main Packages | |
| ```bash | |
| sudo pacman -Syu syncthing npm fish gtk4 obsidian firefox base-devel okular evince discord blender hip-runtime-amd intel-compute-runtime fastfetch imagemagick rustup cpupower irqbalance earlyoom kvantum | |
| ``` | |
| ## System & Performance | |
| ```bash | |
| sudo pacman -S tlp tlp-rdw powertop thermald htop btop iotop | |
| ``` | |
| ## Development Tools | |
| ```bash | |
| sudo pacman -S git git-lfs python python-pip docker docker-compose | |
| ``` | |
| ## Networking & Security | |
| ```bash | |
| sudo pacman -S ufw openssh curl wget rsync | |
| ``` | |
| ## Multimedia & Codecs | |
| ```bash | |
| sudo pacman -S ffmpeg gstreamer gst-plugins-good gst-plugins-bad gst-plugins-ugly | |
| ``` | |
| ## Fonts | |
| ```bash | |
| sudo pacman -S noto-fonts noto-fonts-cjk noto-fonts-emoji ttf-fira-code ttf-jetbrains-mono | |
| ``` | |
| ## Utilities | |
| ```bash | |
| sudo pacman -S timeshift man-db man-pages unzip p7zip ntfs-3g | |
| ``` | |
| ## Enable Services | |
| ```bash | |
| sudo systemctl enable --now syncthing@$USER | |
| sudo systemctl enable --now earlyoom | |
| sudo systemctl enable --now irqbalance | |
| sudo systemctl enable --now cpupower | |
| sudo systemctl enable --now tlp | |
| sudo systemctl enable --now docker | |
| sudo systemctl enable fstrim.timer | |
| sudo ufw enable | |
| ``` | |
| ## Install Paru (AUR Helper) | |
| ```bash | |
| git clone https://aur.archlinux.org/paru.git | |
| cd paru && makepkg -si | |
| cd .. && rm -rf paru | |
| ``` | |
| ## Setup Rust & OpenCode | |
| ```bash | |
| rustup install stable | |
| curl -fsSL https://opencode.ai/install | bash | |
| ``` | |
| ## Setup Fish Shell | |
| ```bash | |
| curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher | |
| fisher install IlanCosman/tide@v6 | |
| chsh -s /usr/bin/fish | |
| ``` | |
| ## AUR Packages (After Paru) | |
| ```bash | |
| paru -S visual-studio-code-bin telegram-desktop-bin krita bitwarden | |
| ``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment