Config files for
- hyprland (window manager)
- kitty (terminal emulator)
- zsh (shell)
- neovim (text-editor)
- tmux (terminal multiplexer)
- waybar (status bar)
- git (you know what that is)
- and some helpful scripts
~
├── .config
│ ├── hypr
│ ├── kitty
│ ├── nvim
│ ├── tmux
│ ├── waybar
│ ├── yay
│ └── zsh
├── .gitconfig
├── .local
│ └── bin
└── .zshrcFiles are organized using GNU stow. Install the files like this:
stow .See? Easy.