From c37301424910b4d4fbf3be4034187fedb03e6efb Mon Sep 17 00:00:00 2001 From: rain Date: Sun, 21 Jun 2026 18:26:05 -0400 Subject: [PATCH] README: document bootstrap auto-installs Maple Mono NF font --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef9483a..ebdc2b4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ chezmoi init --apply ssh://git@git.melonbread.xyz/rain/gnu-plus-dotfiles.git # 3. The bootstrap scripts run automatically. They will: # - install age, git, curl (run_once_00) # - on arch: add Chaotic-AUR + install paru (run_once_10) -# - install zsh, tmux, neovim, oh-my-zsh, all CLI tools (run_once_20) +# - install zsh, tmux, neovim, oh-my-zsh, all CLI tools, Maple Mono NF font (run_once_20) # - install rustup if cargo missing (run_onchange_30) # 4. Reboot or `exec zsh` to start using the new shell @@ -86,7 +86,7 @@ From inside `~/.local/share/chezmoi`, you can `git status`, `git diff`, `git pus - **zsh plugins not loading**: check `~/.oh-my-zsh/custom/plugins/` exists. Bootstrap installs them. - **paru 404 on arch**: Chaotic-AUR mirrors occasionally lag. Re-run `sudo pacman -Syu` then `chezmoi apply`. - **fastfetch not running**: command not found, install via package manager. Debian needs `apt install fastfetch` (bookworm+). -- **`Maple Mono NF` font warning in nvim**: set `vim.opt.guifont` in `~/.config/nvim/lua/local.lua` (not in chezmoi). +- **`Maple Mono NF` font warning in nvim**: bootstrap should have installed it. Verify with `fc-list | grep -i maple`. If missing, see runbook skill `chezmoi-bootstrap-runbook` for manual install. ## Out of scope (intentionally not in repo)