-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packages.sh
66 lines (64 loc) · 1.51 KB
/
.packages.sh
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
#!/usr/bin/env bash
echo "Installing base gnu utility packages"
brew install coreutils
brew install gnu-sed --with-default-names
brew install gnu-tar --with-default-names
brew install gnu-indent --with-default-names
brew install gnu-which --with-default-names
brew install gnu-grep --with-default-names
brew install findutils
echo "Installing packages..."
# Install Bash 4 (osx version always ood)
brew install bash
brew install ack
brew install autoconf
brew install automake
brew install awscli
brew install bash-completion
brew install docker-compose
brew install gdbm
brew install geoip
brew install gettext
brew install git
brew install git-lfs
brew install htop
brew install kubernetes-cli
brew install icu4c
brew install libdvdcss
brew install libidn2
brew install libunistring
brew install links
brew install mono
brew install neofetch
brew install nmap
brew install node
brew install node-build
brew install nodenv
brew install openssl
brew install [email protected]
brew install packer
brew install pcre
brew install pkg-config
brew install python
brew install python3
brew install qt
brew install readline
brew install rename
brew install sphinx-doc
brew install sqlite
brew install ssh-copy-id
brew install terraform
brew install the_silver_searcher
brew install tmux
brew install todolist
brew install tree
brew install unrar
brew install watch
brew install watchman
brew install wget
brew install yarn
brew install z
brew install zsh
brew install zsh-syntax-highlighting
brew install zsh-completions
echo "Finished installing packages."