No description
Find a file
2026-01-28 14:28:33 -04:00
dot_config update fish config 2026-01-28 14:28:33 -04:00
.chezmoi.toml.tmpl Add first init 2026-01-28 17:46:39 +00:00
README.md Update repo URL to use custom SSH port 2026-01-28 18:10:37 +00:00

Dotfiles

Personal dotfiles managed with Chezmoi.

Machines

  • maple - Debian server
  • archbook - Arch Linux laptop
  • macbook - MacBook Pro (macOS)

What's Included

  • Fish shell - Config with utility functions
  • Helix - Modal editor config with LSP settings
  • tmux - Terminal multiplexer with Catppuccin theme

Quick Start

New Machine

chezmoi init ssh://git@code.novanexus.ca:2222/gruberb/dotfiles.git
chezmoi diff
chezmoi apply

Update Configs

# Pull latest and apply
chezmoi update

# After editing a file locally
chezmoi re-add <file>

# Push changes
cd ~/.local/share/chezmoi
git add . && git commit -m "Update configs" && git push

Theme

Catppuccin Macchiato across all tools.

Font

Berkeley Mono (install manually per machine).