-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
60 lines (57 loc) · 959 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
48
49
50
51
52
53
54
55
56
57
58
59
60
cask_args appdir: '/Applications'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/bundle'
tap 'thoughtbot/formulae'
brew 'ack'
brew 'ag'
brew 'autoconf'
brew 'awscli'
brew 'bat'
brew 'cargo-edit'
brew 'coreutils'
brew 'direnv'
brew 'doctl'
brew 'exa'
brew 'fish'
brew 'git'
brew 'graphviz'
brew 'hub'
brew 'htop'
brew 'jq'
brew 'libsass'
brew 'mosh'
brew 'neovim'
brew 'node'
brew 'postgres'
brew 'python3'
brew 'ranger'
brew 'rcm'
brew 'rg'
brew 'rust-analyzer'
brew 'silicon'
brew 'speedtest-cli'
brew 'terraform'
brew 'tmate'
brew 'tmux'
brew 'wget'
brew 'wxmac'
cask '1password'
cask 'alfred'
cask 'dash'
cask 'discord'
cask 'font-awesome-terminal-fonts'
cask 'font-fontawesome'
cask 'font-hack-nerd-font'
cask 'font-inconsolata'
cask 'font-inconsolata-for-powerline'
cask 'github'
cask 'gpg-suite'
cask 'graphiql'
cask 'ngrok'
cask 'postico'
cask 'postman'
cask 'slack'
cask 'spectacle'
cask 'suspicious-package'
cask 'visual-studio-code'