-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
90 lines (85 loc) · 1.66 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/services"
tap "shopify/shopify"
tap "thoughtbot/formulae"
# brew "imagemagick"
# brew "imagemagick@6"
# brew "memcached"
# brew "mysql", link: false
# brew "openssl@1.1"
# brew "shopify/shopify/shopify-imagemagick@6", link: true
brew "bash"
brew "bat"
brew "chruby"
brew "direnv"
brew "ejson2env"
brew "exa"
brew "getantibody/tap/antibody"
brew "gzip"
brew "jq"
brew "libffi"
brew "libyaml"
brew "mas" # Mac AppStore cli
brew "nginx"
brew "node"
brew "nvm"
brew "pkg-config"
brew "postgresql"
brew "procs"
brew "rcm"
brew "readline"
brew "redis"
brew "ripgrep"
brew "ruby-install"
brew "shellcheck"
brew "shopify/shopify/ejson"
brew "tmux"
brew "tmuxinator"
brew "trash"
brew "unzip"
brew "watchman"
brew "yarn"
brew "zsh"
brew "neovim"
## Quicklook Plugins
# https://github.com/sindresorhus/quick-look-plugins
cask "qlcolorcode"
cask "qlstephen"
cask "qlmarkdown"
cask "quicklook-json"
cask "qlimagesize"
cask "quicklookase"
cask "qlvideo"
# https://github.com/sbarex/SourceCodeSyntaxHighlight
cask "syntax-highlight"
## Cask Apps
cask "1password"
cask "alfred"
cask "appcleaner"
cask "apptrap"
cask "authy"
cask "bartender"
cask "bettertouchtool"
cask "dbeaver-community"
cask "firefox"
cask "google-chrome"
cask "gpg-suite"
cask "hammerspoon"
cask "iterm2"
cask "karabiner-elements"
cask "ngrok"
cask "pop"
cask "shifty"
cask "slack"
cask "spotify"
cask "tunnelbear"
cask "visual-studio-code"
cask "zoom"
## Mac App Store
mas "Magnet", id: 441258766
mas "Monosnap", id: 540348655
mas "The Unarchiver", id: 425424353
mas "Up Next", id: 1355117041
mas "MeetingBar", id: 1532419400
# mas "1Password 7 - Password Manager", id: 1333542190