Arch Linux + Hyprland setup. Flat structure: each top-level directory maps directly to ~/.config/<name>.
| Component | Config |
|---|---|
| WM | hypr |
| Bar | waybar |
| Terminal | kitty |
| Editor | nvim |
| Shell | zsh |
git clone https://github.com/phraakture/dotfiles.git ~/dotfiles
cd ~/dotfiles
ln -sfn ../dotfiles/hypr ~/.config/hypr
ln -sfn ../dotfiles/kitty ~/.config/kitty
ln -sfn ../dotfiles/waybar ~/.config/waybar
ln -sfn ../dotfiles/nvim ~/.config/nvim
ln -sfn "$PWD/zsh/.zshrc" ~/.zshrczsh/.zshrcis the main shell config.zsh/.user.zshis sourced for machine-local additions.hypr/shaders/.compiled.cache.glslis generated byshaders.shand ignored.