-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·50 lines (40 loc) · 1.11 KB
/
Brewfile
File metadata and controls
executable file
·50 lines (40 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# =============== Input ===============
cask "google-japanese-ime"
# =============== Window Management ===============
cask "divvy"
# =============== Browser ===============
cask "brave-browser"
# =============== Font ===============
cask "font-moralerspace-hw-jpdoc"
# =============== Shell & Terminal ===============
brew "fish"
cask "ghostty"
# =============== AI Tools ===============
cask "claude-code"
cask "codex"
# =============== Doom Emacs ===============
tap "d12frosted/emacs-plus"
cask "d12frosted/emacs-plus/emacs-plus-app" # v30.2 (as of 2026/01/21)
# ----- dependencies -----
brew "git"
brew "ripgrep"
brew "coreutils"
brew "fd"
# ---- required by "doom doctor" -----
brew "fontconfig"
brew "markdown"
brew "shellcheck"
brew "aspell"
# =============== Version Management ===============
brew "mise"
# =============== Python ===============
brew "uv"
# =============== Core CLI ===============
brew "gh"
brew "jq"
# =============== Dev Utilities ===============
brew "bat" # cat の代替
brew "eza" # ls の代替
brew "git-delta" # diff-highlight の代替
cask "orbstack"
brew "stow" # config の配置に使用