sort pkgs
This commit is contained in:
parent
124f456302
commit
ddb96e5091
|
@ -12,6 +12,7 @@ HOMEBREW_PKGS="
|
|||
bonnie++
|
||||
byobu
|
||||
cmake
|
||||
corelocationcli
|
||||
coreutils
|
||||
curl
|
||||
daemontools
|
||||
|
@ -31,8 +32,9 @@ HOMEBREW_PKGS="
|
|||
go
|
||||
gpg-agent
|
||||
graphviz
|
||||
httpie
|
||||
heroku
|
||||
homebrew/dupes/rsync
|
||||
httpie
|
||||
irssi
|
||||
jq
|
||||
kubernetes-cli
|
||||
|
@ -42,9 +44,11 @@ HOMEBREW_PKGS="
|
|||
mutt
|
||||
nmap
|
||||
node
|
||||
offlineimap
|
||||
pbzip2
|
||||
pgpdump
|
||||
pinentry-mac
|
||||
postgres
|
||||
protobuf
|
||||
pv
|
||||
pwgen
|
||||
|
@ -64,10 +68,6 @@ HOMEBREW_PKGS="
|
|||
watch
|
||||
wget
|
||||
whatmask
|
||||
corelocationcli
|
||||
heroku
|
||||
offlineimap
|
||||
postgres
|
||||
"
|
||||
|
||||
for PKG in $HOMEBREW_PKGS ; do
|
||||
|
|
Loading…
Reference in New Issue