Skip to content

Files

Latest commit

 

History

History
84 lines (55 loc) · 1.24 KB

README.md

File metadata and controls

84 lines (55 loc) · 1.24 KB

Banner


Desktop Screenshot

A sleek and minimalist desktop setup for Arch Linux powered by Hyprland, optimized for performance, aesthetics, and productivity.


📦 Requirements

  • A working Arch Linux installation
  • Basic familiarity with the terminal and git

🛠️ Installation Guide

1. 🔐 Backup Your Current Configuration

mkdir -p ~/dotfiles-backup
cp -r ~/.config ~/dotfiles-backup/

2. 📥 Clone the Repository

git clone https://github.com/erffy/dots -b hypr
cd dots

3. 📦 Install Required Packages

Choose your AUR helper:

With pacman (only official packages):

sudo pacman -S --needed - < packages

With yay:

yay -S --needed - < packages

With paru:

paru -S --needed - < packages

4. 🗂 Copy Config Files

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 .* ~/'


5. ⚙️ Set Permissions

chmod +x ~/.local/bin/* ~/.config/waybar/bin/*

6. 🔄 Reboot

reboot