Personal dotfiles for CachyOS: Hyprland (configured in Lua), custom Quickshell UI, Fish shell, Wofi launcher, and system presets.
dotfiles/: Configurations for Hyprland, Quickshell, Fish, Wofi, Fastfetch, Micropackages/: Package lists for official repos (pacman-core.txt) and AUR (aur.txt)system/: SDDM drop-in configs, NVIDIA environment, and BlueZ settingsinstall.sh: Setup script for symlinks, packages, and system filessync.sh: Syncs changes from~/.configback into this repository
Symlink dotfiles into ~/.config:
./install.shOptional flags:
./install.sh -p # Also install pacman & AUR packages
./install.sh -s # Copy SDDM, NVIDIA, and BlueZ system configs
./install.sh -p -s # Install packages and copy system configs simultaneouslyTo pull modifications from ~/.config back into the repository:
./sync.sh