-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile-Slim
62 lines (59 loc) · 1 KB
/
Brewfile-Slim
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
# Taps
tap 'github/gh'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-drivers'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-fonts'
tap 'homebrew/services'
tap "universal-ctags/universal-ctags"
# Formulae
brew 'ack'
brew 'bash'
brew 'bash-completion'
brew 'coreutils'
brew 'gh'
brew 'git'
brew 'git-filter-repo'
brew 'go'
brew 'grep'
brew 'hub'
brew 'imagemagick'
brew 'jsonnet'
brew 'make'
brew 'node'
brew 'nvm'
brew 'openssl'
brew 'pnpm'
brew 'pyenv'
brew 'rbenv'
brew 'svn' # for fonts
brew 'tmux'
brew "universal-ctags", args: ["HEAD"]
brew 'vim'
brew 'watch'
brew 'watchman'
brew 'wget'
brew 'yarn'
brew 'zsh'
brew 'zsh-autosuggestions'
brew 'zsh-completions'
brew 'zsh-history-substring-search'
brew 'zsh-syntax-highlighting'
# Casks
cask '1password'
# cask 'bartender'
cask 'figma'
cask 'hyper'
cask 'iterm2'
cask 'notunes'
cask 'podman'
cask 'raycast'
cask 'slack'
cask 'spotify'
cask 'visual-studio-code'
# Fonts
cask 'font-ibm-plex'
cask 'font-inter'
cask 'font-roboto-mono'
cask 'font-roboto'