-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
80 lines (69 loc) · 1.17 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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
tap 'microsoft/git'
# Esentials
brew 'coreutils'
brew 'git'
brew 'git-extras'
brew 'git-credential-manager-core'
brew 'gh'
brew 'openssl'
brew 'wget'
# Python dev
brew 'python'
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'pyenv-virtualenvwrapper'
brew 'pre-commit'
# Other dev
brew 'node'
brew 'rbenv'
brew 'jenv'
brew 'go'
brew 'ipython'
# Useful cli
brew 'tree'
brew 'bat'
brew 'jq'
brew 'yarn'
brew 'awscli'
brew 'aws-shell'
# https://github.com/Peltoche/lsd/issues/199#issuecomment-494218334
brew 'lsd'
brew 'git-delta'
brew 'fd'
brew 'fzf'
brew 'atuin'
brew 'git-interactive-rebase-tool'
# Kubernetes
cask 'docker'
brew 'kubie'
brew 'stern'
# Apps
cask 'alfred'
cask 'meetingbar'
cask 'maccy'
cask 'telegram'
cask 'messenger'
cask 'cardhop'
cask 'fantastical'
cask 'baidunetdisk'
cask 'iterm2'
cask 'slack'
cask 'visual-studio-code'
cask 'iina'
cask 'appcleaner'
cask 'whatsapp'
cask 'rocket'
cask 'rectangle-pro'
cask 'the-unarchiver'
cask 'authy'
cask 'macupdater'
# Fonts
cask 'font-fira-code'
cask 'font-hack-nerd-font'
# Quick Look Plugins
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'