Install

./setup_guide

Before You Start

These dotfiles are made for a fresh Arch Linux + Hyprland install. The install script backs up your existing configs before replacing them, but you should still review the files before running it.

Requirements: a working Arch install with yay, a non-root user with sudo, and ideally a TTY (to avoid breaking your current session).

Get the Dotfiles

Download the full archive, or browse individual files on each component page.

Download dotfiles.zip

Installation Steps

1

Install Packages

Install all required packages from the official repos and the AUR:

# Install official packages + AUR (yay) yay -S --needed - < packages.txt
2

Clone or Extract Dotfiles

Either clone the repo, or extract the ZIP file you downloaded:

# Option A: extract zip unzip dotfiles.zip -d ~/dotfiles # Option B: clone from repo git clone https://github.com/lucasbnrd05/lucasbnrd05.github.io ~/dotfiles
3

Run the Install Script

The script backs up existing configs to ~/.dotfiles-backup-YYYYMMDD-HHMMSS/, then copies the new ones:

cd ~/dotfiles chmod +x install.sh ./install.sh
4

Configure the Wallpaper Path

The configs reference $HOME/Images/bg.png. Copy the wallpaper and update if needed:

mkdir -p ~/Images cp ~/dotfiles/wallpaper/bg.png ~/Images/bg.png
5

Restart Your Session

Log out and log back in (or reboot). Hyprland should start with the new config:

# From a TTY Hyprland

The Install Script

install.sh
Download

Packages List

packages.txt
Download
Back to /uses