Skip to content

Instantly share code, notes, and snippets.

@master-of-zen
Last active December 11, 2025 16:00
Show Gist options
  • Select an option

  • Save master-of-zen/f8285039f88240afaa07f97aa24a95fe to your computer and use it in GitHub Desktop.

Select an option

Save master-of-zen/f8285039f88240afaa07f97aa24a95fe to your computer and use it in GitHub Desktop.
## 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