A modular, GPU-accelerated development environment themed with Catppuccin Mocha.
| Component | Tool | Description |
|---|---|---|
| Terminal | KiTTY | GPU-accelerated, fast, and highly customizable. |
| Shell | Zsh | With Vi-mode, Alt-key bindings, and syntax highlighting. |
| Prompt | Starship | Fast, context-aware prompt with custom zrok status indicators. |
| Multiplexer | Tmux | Session persistence and advanced pane management. |
| Editor | Neovim | Lua-based configuration focused on LSP and performance. |
| Theme | Catppuccin | Soothing pastel theme for high-focus work. |
Ensure you have the following installed on your system:
zsh,tmux,neovim,kitty,uv,feh- Starship
- GNU Stow
- A Nerd Font (e.g., JetBrainsMono Nerd Font) installed in KiTTY.
Clone the repository and use Stow to symlink the configurations:
git clone https://github.com/DmitryBalmashno/dotfiles.git ~/dotfiles
cd ~/dotfiles
# Install TPM (Tmux Plugin Manager)
mkdir -p ~/.tmux/plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Deploy modules (uses --no-folding for sensitive directories)
stow zsh starship nvim
stow --no-folding kitty tmux