Dotfiles, managed by chezmoi.
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply jonasksOn first apply, chezmoi will automatically:
- Install Homebrew (if missing)
- Install all packages from
Brewfile - Install Go tools (
gofumpt,goimports-reviser,golines)
After that, open Neovim and run :Lazy install to set up plugins, then :MasonInstall gopls codelldb for LSP/DAP.
- Shell:
zsh+starship - Terminal:
ghostty
- Add file:
chezmoi add ~/.<filename> - Edit file:
chezmoi edit ~/.<filename> - See changes:
chezmoi diff - Apply changes:
chezmoi -v apply - Re-sync local changes:
chezmoi re-add - Push changes:
chezmoi cd+ git
Brew
brew bundle dump --force

