personal config for arch + hyprland, managed with gnu stow. these dotfiles weren't made with wider adoption in mind. to anyone that isn't me, i'm not guaranteeing a stable experience. feel free to use it though!
ditto dunst fastfetch fish fontconfig ghostty hypr nom nvim opencode pgcli poshthemes posting waybar yazi zellij
sudo pacman -S stow gitgit clone <repo-url> ~/programming/repositories/dotfiles
cd ~/programming/repositories/dotfiles
stow -t ~/.config configthis symlinks everything inside config/ into ~/.config, e.g. ~/.config/nvim -> ~/programming/repositories/dotfiles/config/nvim.
if stow complains a target already exists (e.g. you have a real ~/.config/nvim from a prior setup), back it up or remove it first, then re-run stow:
mv ~/.config/nvim ~/.config/nvim.bak
stow -t ~/.config configstow -D -t ~/.config config