Minimalistic look using Hyprland for the tiling window manager, Waybar for the top bar, kitty & and zsh for the terminal and shell.
- Catppuccin Macchiato (System theme)
- Dracula (Icon theme)
| APP | Dotfiles |
|---|---|
| Tiling Windows Manager | Hyprland |
| Terminal | Kitty |
| Status Bar | Waybar |
| Shell | ZSH |
| Editor | Nvim |
Set system theme:
gsettings set org.gnome.desktop.interface gtk-theme THEME_NAME
gsettings set org.gnome.desktop.interface icon-theme ICON_NAME
gsettings set org.gnome.desktop.interface cursor-theme CURSOR_NAME- Create a folder in your dots file for the application you want to stow
- Create the path to your config file e.g: foldercreated/.config/nvim
- Move the config files into your newly created dir
- Go back to the file you created in your dots file
- Run e.g:
stow nvim
:)

