-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
47 lines (43 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
47
cask_args appdir: '/Applications'
# Tap Repo
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
brew 'ack'
brew 'coreutils'
brew 'fzf'
brew 'git'
brew 'go'
brew 'httpie'
brew 'libcouchbase'
brew 'mackup'
brew 'nvim'
brew 'nvm'
brew 'pipenv'
brew 'postgresql'
brew 'pyenv'
brew 'rbenv-bundler'
brew 'rbenv'
brew 'ruby-build'
brew 'rust'
brew 'tree'
brew 'unar'
brew 'wget'
brew 'zsh'
cask 'alfred'
cask 'caffeine'
cask 'daisydisk'
cask 'dbeaver-community'
cask 'docker'
cask 'font-fira-code'
cask 'font-hack-nerd-font'
cask 'hammerspoon'
# cask 'kite'
cask 'macdown'
cask 'postman'
cask 'karabiner-elements'
cask 'quicklook-json' # Quick Look Plugins (https://github.com/sindresorhus/quick-look-plugins)
cask 'slack'
cask 'sourcetree'
cask 'the-unarchiver'
cask 'scroll-reverser'
cask 'dozer'