-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
46 lines (33 loc) · 791 Bytes
/
Brewfile
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
# -*- mode: ruby; -*-
tap "d12frosted/emacs-plus"
tap "homebrew/cask-fonts"
# Build essentials
brew "coreutils"
brew "findutils"
brew "texinfo"
# for Treemacs
brew "python3"
brew "cmigemo"
brew "ripgrep"
# for org-download
brew "pngpaste"
# for dirvish
brew "eza"
# for emacs-libvterm
brew "cmake"
brew "libtool"
# for doc-view
brew "mupdf-tools" # mutool
cask "libreoffice" # soffice
# for man
brew "man-db"
# fonts
cask "font-noto-sans-symbols-2"
cask "font-ibm-plex-sans-jp"
cask "font-moralerspace"
cask "font-moralerspace-jpdoc"
cask "font-moralerspace-nf"
cask "font-moralerspace-hw"
cask "font-moralerspace-hw-jpdoc"
cask "font-moralerspace-hw-nf"
brew "emacs-plus@29", args: %w{with-ctags with-no-frame-refocus with-xwidgets with-imagemagick with-native-comp with-poll}