A sleek and minimalist desktop setup for Arch Linux powered by Hyprland, optimized for performance, aesthetics, and productivity.
- A working Arch Linux installation
- Basic familiarity with the terminal and git
mkdir -p ~/dotfiles-backup
cp -r ~/.config ~/dotfiles-backup/
git clone https://github.com/erffy/dots -b hypr
cd dots
Choose your AUR helper:
sudo pacman -S --needed - < packages
yay -S --needed - < packages
paru -S --needed - < packages
mkdir -p ~/.config ~/.local/share/applications
cp -rn .* ~/
✅ Use
-n
to skip overwriting existing files. ❗ Remove-n
if you want to force overwrite: `cp -r .* ~/'
chmod +x ~/.local/bin/* ~/.config/waybar/bin/*
reboot