README: document bootstrap auto-installs Maple Mono NF font
This commit is contained in:
parent
e63ddca6ea
commit
c373014249
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
# 3. The bootstrap scripts run automatically. They will:
|
||||||
# - install age, git, curl (run_once_00)
|
# - install age, git, curl (run_once_00)
|
||||||
# - on arch: add Chaotic-AUR + install paru (run_once_10)
|
# - 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)
|
# - install rustup if cargo missing (run_onchange_30)
|
||||||
|
|
||||||
# 4. Reboot or `exec zsh` to start using the new shell
|
# 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.
|
- **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`.
|
- **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+).
|
- **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)
|
## Out of scope (intentionally not in repo)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue