-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBrewfile
32 lines (31 loc) · 812 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
# Install Brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Update and install packages
brew update
brew upgrade
brew install coreutils
brew install moreutils
brew install findutils
brew install gnu-sed --default-names
brew install bash
brew install bash-completion
brew install wget --enable-iri
brew install vim --override-system-vi
brew install homebrew/dupes/grep
brew install nmap
brew install ack
brew install git
brew install node # This installs `npm` too using the recommended installation method
brew install p7zip
brew install pigz
brew install pv
brew install rename
brew install tree
brew install webkit2png
brew install siege
brew install proxychains-ng
brew install libxml2
brew install htop-osx
brew install brew-cask
brew install tor
brew cleanup