Catppuccin Mocha themed Arch/Hyprland rice, managed with chezmoi and templated for multi-host deployment.
Screenshot coming soon
| Category | Tool(s) |
|---|---|
| WM / Desktop | Hyprland, Niri, HyprPanel |
| Terminal | Kitty |
| Multiplexer | Zellij, Tmux |
| Shell | Fish (primary), Nushell, Zsh |
| Editor | Neovim (lazy.nvim) |
| Theme | Catppuccin Mocha |
| File Manager | Yazi |
| Prompt | Starship |
| Fuzzy Finder | Television, fzf |
| Shell History | Atuin |
| System Info | Fastfetch, Btop |
| Misc | Eza, Zoxide, Topgrade, Equibop |
-
Multi-host templating -- Chezmoi
.tmplfiles use hostname conditionals to adapt configs across machines (currentlyaeoluson Arch with Nvidia andhephaestus). -
Catppuccin Mocha everywhere -- Consistent theming across Hyprland borders, Kitty, Neovim, Yazi, Btop, Nushell, and HyprPanel.
-
Organized Neovim config -- Plugins are split into domain-based subdirectories under
lua/plugins/:editor/(completion, harpoon, which-key),lang/(Go, Rust, Zig, YAML, JSON),tools/(LSP, treesitter, git, formatting, diagnostics, chezmoi integration), andui/(catppuccin, lualine, bufferline, snacks). -
Kitty + Neovim integration -- kitty-scrollback.nvim lets you browse terminal scrollback and last command output inside Neovim.
-
Fish shell setup -- Vi keybindings with custom Television hotkeys:
Ctrl+Tfor fuzzy file search,Ctrl+Gfor fuzzy directory jump.zelfuzzy-attaches to Zellij sessions via Television. Yazi wrapper (y) trackscwdon exit. Also includes eza-basedlsaliases, zoxide forcd, Atuin for history search, and Carapace for completions.
chezmoi init OneNoted/dotfiles
chezmoi applyDuring chezmoi init, you will be prompted for an Atuin sync server address. Leave it empty if you do not use a self-hosted Atuin server.
Note: monitors.conf is sourced by the Hyprland config but is not tracked in this repo -- it is machine-specific. Create your own at ~/.config/hypr/monitors.conf after applying.
-
Hostname conditionals -- Search
.tmplfiles for.chezmoi.hostnameto find host-specific blocks. The main hosts areaeolus(Arch + Nvidia GPU setup) andhephaestus. Adjust or remove these for your machine. sorry! -
Monitor setup -- Create
~/.config/hypr/monitors.confwith your display layout. See the Hyprland wiki for syntax. -
Shell preference -- Fish is the default (set in
.chezmoi.toml.tmplas the chezmoicdcommand shell). Zsh config with Zinit is also included atdot_zshrc, and Nushell config lives underdot_config/nushell/.
.chezmoi.toml.tmpl # Chezmoi config -- source dir, shell, data prompts
.chezmoiignore # Per-host ignore rules
dot_zshrc # Zsh config (Zinit plugin manager)
dot_config/
btop/ # Btop system monitor
eza/ # Eza (ls replacement) theme
fastfetch/ # System info fetch (templated)
hypr/ # Hyprland WM -- main config, keybinds, workspaces
hyprpanel/ # HyprPanel bar config (templated)
kitty/ # Kitty terminal (templated)
niri/ # Niri scrolling WM
nushell/ # Nushell config + Catppuccin theme
nvim/ # Neovim -- lazy.nvim, domain-based plugin dirs
lua/plugins/
editor/ # Completion, harpoon, which-key, flash, mini
lang/ # Go, Rust, Zig, JSON, YAML language support
tools/ # LSP, treesitter, git, formatting, linting, chezmoi
ui/ # Catppuccin, lualine, bufferline, snacks, cord
private_atuin/ # Atuin shell history (templated)
private_equibop/ # Equibop (Discord client) themes
private_fish/ # Fish shell config (templated)
starship.toml # Starship prompt
television/ # Television fuzzy finder
tmux/ # Tmux config (templated)
topgrade/ # Topgrade system updater
yazi/ # Yazi file manager + plugins
zellij/ # Zellij multiplexer (templated)