Skip to content

Commit 0537af8

Browse files
committed
feat(devbox): install Crabbox and use system font fallback
1 parent b731b63 commit 0537af8

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tap "uinaf/tap"
1111
# Terminal, browser, and agent apps
1212
brew "age"
1313
cask "ghostty"
14-
cask "font-fira-code-nerd-font"
1514
cask "zed"
1615
cask "google-chrome"
1716
cask "codex"

Brewfile.devbox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cask "gcloud-cli"
1212
brew "tmux"
1313
brew "tailscale"
1414
brew "yt-dlp"
15+
brew "openclaw/tap/crabbox"
1516

1617
# Document, media, and OCR helpers
1718
brew "poppler"

chezmoi/private_Library/private_Application Support/com.mitchellh.ghostty/private_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ theme = Github Dark High Contrast
22
background = 000000
33

44
font-family = Berkeley Mono Variable
5-
font-family = FiraCode Nerd Font Mono
5+
font-family = Menlo
66
font-size = 16

chezmoi/private_dot_config/zed/private_settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
"dark": "VSCode Dark Modern",
3030
},
3131
"ui_font_family": "Berkeley Mono Variable",
32-
"ui_font_fallbacks": ["FiraCode Nerd Font"],
32+
"ui_font_fallbacks": ["Menlo"],
3333
"ui_font_size": 16.0,
3434
"buffer_font_size": 16.0,
3535
"buffer_font_family": "Berkeley Mono Variable",
36-
"buffer_font_fallbacks": ["FiraCode Nerd Font Mono"],
36+
"buffer_font_fallbacks": ["Menlo"],
3737
"terminal": {
3838
"font_size": 16.0,
3939
"font_family": "Berkeley Mono Variable",
40+
"font_fallbacks": ["Menlo"],
4041
},
4142
}

docs/bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
102102

103103
Editor and terminal defaults prefer `Berkeley Mono Variable`. This repo does
104104
not install it because it is a licensed font; ask the human to provide and
105-
install it when available. The shared Brewfile installs `FiraCode Nerd Font` as
106-
the free fallback for Ghostty and Zed.
105+
install it when available. Ghostty and Zed fall back to `Menlo`, which ships
106+
with macOS and does not require another font package.
107107

108108
Codex app appearance is manual app state, not repo-managed config. After
109109
installing the Codex app, open its settings and set:

0 commit comments

Comments
 (0)