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