Personal dotfiles managed with chezmoi.
chezmoi init --apply https://github.com/adamhall1992/dotfilesTerminal — Alacritty
Font: UbuntuMono Nerd Font Mono
Multiplexer — tmux
Plugin manager: TPM
Catppuccin theme must be cloned manually (so its color variables are available before TPM initializes) into ~/.config/tmux/plugins/tmux/:
git clone https://github.com/catppuccin/tmux ~/.config/tmux/plugins/tmuxAfter launching tmux, install the remaining plugins with prefix + I:
| Plugin | Purpose |
|---|---|
| tmux-sensible | Sensible defaults |
| tmux-autoreload | Auto-reload config on save |
| tmux-fzf | fzf integration in tmux |
| tmux-better-mouse-mode | Improved mouse scrolling |
| tmux-cpu | CPU/memory status widgets |
Clipboard: wl-clipboard — required for the pane copy menu (Wayland).
oh-my-zsh plugins (see each repo for install instructions — clone into ~/.oh-my-zsh/custom/plugins/):
| Plugin | Purpose |
|---|---|
| fzf-tab | fzf-powered tab completion |
| zsh-autosuggestions | Fish-style inline suggestions |
| zsh-syntax-highlighting | Command syntax highlighting |
| zsh-fzf-history-search | fzf history search |
| zsh-completions | Extra completion definitions |
Catppuccin zsh-syntax-highlighting theme — must be cloned into ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting-catppuccin/:
git clone https://github.com/catppuccin/zsh-syntax-highlighting ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting-catppuccin