forked from dmongeau/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
85 lines (82 loc) · 1.33 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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'puma/puma'
tap 'folkloreatelier/fonts'
brew 'ack'
brew 'ansible'
brew 'awscli'
brew 'aws-elasticbeanstalk'
brew 'composer'
brew 'coreutils'
brew 'css3-font-converter'
brew 'dockutil'
brew 'ffmpeg'
brew 'git'
brew 'git-lfs'
brew 'go'
brew 'grc'
brew 'imagemagick'
brew 'jp2a'
brew 'jq'
brew 'kops'
brew 'kubectl'
brew 'kubernetes-helm'
brew 'kube-aws'
brew 'lame'
brew 'libcaca'
brew 'libgit2'
brew 'minikube'
brew 'mysql'
brew 'openssl'
brew 'packer'
brew 'php@7.4'
brew 'php', link: true
brew 'postgresql'
brew 'puma/puma/puma-dev'
brew 'python', link: true
brew 'rbenv'
brew 'readline'
brew 'ruby-build'
brew 'roundup'
brew 'spaceman-diff'
brew 'spaceship'
brew 'terraform'
brew 'transmission'
brew 'wget'
brew 'youtube-dl'
brew 'zsh'
brew 'wakeonlan'
cask '1password'
cask '1password-cli'
cask 'arq'
cask 'airfoil'
cask 'arduino'
cask 'atom'
cask 'cyberduck'
cask 'docker'
cask 'dropbox'
cask 'firefox'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'harvest'
cask 'iterm2'
cask 'loopback'
cask 'microsoft-teams'
cask 'obs'
cask 'openemu'
cask 'poedit'
cask 'postman'
cask 'processing'
cask 'sketch'
cask 'sketchup'
cask 'skype'
cask 'slack'
cask 'spotify'
cask 'tableplus'
cask 'teamviewer'
cask 'texturepacker'
cask 'vagrant'
# cask 'virtualbox'
cask 'visual-studio-code'
cask 'vlc'
cask 'zoom'