Skip to content

Arch

Initial Setup

sudo pacman -Syu

# Install yay
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si
yay -S \
  fzf \
  ghostty \
  github-desktop-bin \
  microsoft-edge-stable-bin \
  mise \
  starship \
  uv \
  visual-studio-code-bin \
  zoxide \
# Cleanup
yay -Yc

Get Dotfiles