-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
65 lines (61 loc) · 1.1 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
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-drivers'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/core'
# Third party taps
tap 'robotsandpencils/made'
brew 'ack'
brew 'aria2' # Faster downloads for xcodes
brew 'bat'
brew 'boost' # Used for vim cpsm
brew 'coreutils'
brew 'eza'
brew 'fd'
brew 'fzf'
brew 'gh'
brew 'git'
brew 'git-delta'
brew 'gnu-sed'
brew 'gpg'
brew 'jq'
brew 'just'
brew 'less'
brew 'lua'
brew 'lua-language-server'
brew 'luarocks'
brew 'mas'
brew 'neovim'
brew 'npm'
brew 'pinentry-mac' # used for gpg
brew 'python3'
brew 'rbenv'
brew 'renameutils'
brew 'ripgrep'
brew 'shellcheck'
brew 'shfmt'
brew 'stow'
brew 'stylua'
brew 'swift-sh'
brew 'swiftformat'
brew 'swiftlint'
brew 'tealdeer'
brew 'universal-ctags'
brew 'wget'
brew 'xcbeautify'
brew 'xcodes'
brew 'yamllint'
brew 'zsh'
cask 'dash'
cask 'font-jetbrains-mono'
cask 'font-jetbrains-mono-nerd-font'
cask 'font-sf-compact'
cask 'font-sf-mono'
cask 'font-sf-pro'
cask 'intellij-idea-ce' # only as mergetool
cask 'kitty'
cask 'tower'
cask 'xcodes'
mas 'Things', id: 904280696
mas 'Vimari', id: 1480933944