-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
127 lines (109 loc) · 2.25 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Config
cask_args appdir: '/Applications'
# Add repositories
tap 'homebrew/services'
tap 'homebrew/cask'
tap 'railwaycat/emacsmacport'
tap 'iandol/adobe-fonts'
# Install requirements and dependencies
brew 'git'
brew 'git-lfs'
brew 'openjdk'
brew 'zsh'
brew 'dbus', restart_service: true
brew 'texinfo'
cask 'xquartz'
cask '1password'
cask '1password-cli'
# Homebrew packages
brew 'atool'
brew 'clamav'
brew 'cmigemo'
brew 'doxygen'
brew 'editorconfig'
brew 'emacs-mac', args: ['with-dbus', 'with-glib', 'with-imagemagick', 'with-jansson', 'with-libxml2', 'with-rsvg', 'with-mac-metal', 'with-native-comp', 'with-natural-title-bar', 'with-starter', 'with-emacs-sexy-icon', 'with-xwidgets', 'with-unlimited-select']
brew 'eza'
brew 'ffmpeg'
brew 'fd'
brew 'flow'
brew 'gibo'
brew 'git-when-merged'
brew 'gnu-sed'
brew 'gnu-tar'
brew 'grep'
brew 'gnupg'
brew 'hunspell'
brew 'jq'
brew 'mas'
brew 'p7zip'
brew 'pandoc'
brew 'peco'
brew 'pinentry-mac'
brew 'plantuml'
brew 'reattach-to-user-namespace'
brew 'rename'
brew 'ripgrep'
brew 'rsync'
brew 'source-highlight'
brew 'ssh-copy-id'
brew 'svn'
brew 'terminal-notifier'
brew 'the_silver_searcher'
brew 'tidy-html5'
brew 'tmux'
brew 'unar'
brew 'universal-ctags', args: ['HEAD']
brew 'wget'
## for Worksite
brew 'awscli'
brew 'isync'
brew 'msmtp'
brew 'gmime'
brew 'xapian'
brew 'mu', args: ['ignore-dependencies']
brew 'putty'
brew 'telnet'
brew '[email protected]'
brew 'composer', args: ['ignore-dependencies']
brew 'phpstan'
# Homebrew Cask apps
cask 'alfred'
cask 'appcleaner'
cask 'basictex'
cask 'betterzip'
cask 'firefox'
cask 'dash'
cask 'dropbox'
cask 'google-drive'
cask 'handbrake'
cask 'iina'
cask 'karabiner-elements'
cask 'macwinzipper'
cask 'notion'
cask 'notion-calendar'
cask 'onyx'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask 'yacreader'
## Intel CPU or Apple Silicon
cask 'google-japanese-ime'
## for Worksite
cask 'google-chrome'
cask 'docker'
cask 'microsoft-edge'
cask 'slack'
cask 'utm'
cask 'webex'
# Homebrew Cask Fonts
cask 'font-fontawesome'
cask 'font-ricty-diminished'
cask 'homebrew/cask-fonts/font-source-code-pro'
cask 'font-source-han-code-jp'
cask 'font-udev-gothic'
cask 'font-ipafont'
cask 'font-ipaexfont'