-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
53 lines (47 loc) · 787 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
cask_args appdir: '/Applications'
tap 'heroku/brew'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'puma/puma'
# Development
brew 'docker'
brew 'docker-machine'
brew 'git'
brew 'go'
brew 'rbenv'
brew 'rustup'
# Cloud
brew 'awscli'
brew 'heroku'
# Binaries
brew 'ack'
brew 'certbot'
brew 'coreutils'
brew 'ffmpeg'
brew 'grc'
brew 'htop'
brew 'imagemagick'
brew 'jp2a'
brew 'jq'
brew 'libgit2'
brew 'readline'
brew 'roundup'
brew 'spaceman-diff'
brew 'tree'
brew 'unrar'
brew 'wget'
# Fonts
#cask 'font-architects-daughter'
#cask 'font-fira-code'
#cask 'font-fira-mono'
#cask 'font-hack'
#cask 'font-jetbrains-mono'
#cask 'font-karla'
#cask 'font-lato'
#cask 'font-roboto'
#cask 'font-roboto-mono'
# Apps
cask 'hyper'
cask 'iterm2'
cask 'visual-studio-code'