-
Notifications
You must be signed in to change notification settings - Fork 1
/
.brew
75 lines (71 loc) · 1.47 KB
/
.brew
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
#!/usr/bin/env bash
# Updating and Upgrading
brew update
brew upgrade
# Installing productivity steroids
brew install ansible
brew install awscli
brew install azure-cli
brew install ccat
brew install cocoapods
brew install consul
brew install cookiecutter
brew install coreutils
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
brew install curl
brew install diff-so-fancy
brew install dockutil
brew install doctl
brew install elm
brew install ffmpeg
brew install gcc
brew install git
brew install gnupg2
brew install go
brew install gpg-agent
brew install gradle
brew install graphicsmagick
brew install groovy
brew install htop
brew install httpie
brew install ipcalc
brew install jenv
brew install jmeter
brew install jq
brew install kubernetes-cli
brew install libpng
brew install libxml2
brew install lua
brew install mas
brew install maven
brew install mongodb
brew install neovim
brew install nmap
brew install nomad
brew install openssl
brew install packer
brew install phantomjs
brew install pstree
brew install python
brew install python3
brew install rabbitmq
brew install redis
brew install sqlite
brew install terraform
brew install the_silver_searcher
brew install tmux
brew install tree
brew install watchman
brew install wget
brew install wifi-password
brew install yarn
brew install youtube-dl
brew install zsh
brew install z
# Taps
brew tap homebrew/services
brew tap homebrew/cask
brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
# Cleanup
brew cleanup