-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
80 lines (77 loc) · 1.29 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
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'cloudfoundry/tap'
tap 'git-duet/tap'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/versions'
tap 'starkandwayne/cf'
tap 'universal-ctags/universal-ctags'
tap 'neovim/neovim'
tap 'go-delve/delve'
tap 'pivotal/tap'
cask 'java'
brew "diff-so-fancy"
brew 'rbenv'
brew 'ack'
brew 'bash'
brew 'coreutils'
brew 'ctags'
brew 'direnv'
brew 'curl'
brew "git", args: ["with-blk-sha1", "with-curl", "with-openssl", "with-pcre2"]
brew 'docker'
brew "gawk"
brew 'fasd'
brew 'freetype'
brew 'git'
brew 'go'
#brew 'delve'
brew 'git-extras'
brew 'gradle'
brew 'graphviz'
brew 'ipcalc'
brew 'jq'
brew 'lastpass-cli'
brew 'leiningen'
brew 'libxml2'
brew 'libxslt'
brew 'libyaml'
brew 'lua'
brew 'mr'
brew 'neovim'
brew 'node'
brew 'ngrep'
brew 'openssl'
brew 'pcre'
brew 'pstree'
brew 'python'
brew 'python3'
brew '[email protected]'
brew 'readline'
brew 'ruby-install'
brew 's3cmd'
brew 'shellcheck'
brew 'spruce'
brew 'the_silver_searcher'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'universal-ctags', args: ['HEAD']
brew 'vim', args: ['with-lua']
brew 'v8'
brew 'watch'
cask "spectacle"
brew 'wget'
cask 'atom'
cask 'docker'
cask 'flycut'
cask 'font-inconsolata'
cask 'intellij-idea'
cask 'caffeine'
cask 'iterm2'
cask 'spotify'
cask 'firefox'
cask 'font-fira-code'
cask 'slack'
brew 'dep'