outsource brew list
This commit is contained in:
parent
436ff4e680
commit
e34eaa4f0c
2 changed files with 106 additions and 40 deletions
42
README.md
42
README.md
|
|
@ -17,46 +17,8 @@
|
|||
* USB Overdrive: http://www.usboverdrive.com
|
||||
|
||||
## brew installed packages
|
||||
Might need a cleanup:
|
||||
```
|
||||
$ date; brew list
|
||||
Thu Jan 3 14:54:26 CET 2019
|
||||
adns hicolor-icon-theme oniguruma
|
||||
atk icu4c openssl
|
||||
bash-completion ipcalc openssl@1.1
|
||||
cairo iperf p11-kit
|
||||
diffuse ipmitool pango
|
||||
dirmngr jpeg pass
|
||||
dos2unix jq pcre
|
||||
fontconfig juju pinentry
|
||||
fortune kubernetes-cli pixman
|
||||
fping kubernetes-helm pkg-config
|
||||
freetype libassuan pssh
|
||||
fribidi libffi pth
|
||||
gd libgcrypt pwgen
|
||||
gdbm libgpg-error py2cairo
|
||||
gdk-pixbuf libidn2 pygobject
|
||||
geoip libksba pygtk
|
||||
geoipupdate libpng python
|
||||
gettext libssh2 python3
|
||||
git libtasn1 python@2
|
||||
git-flow libtiff qemu
|
||||
givegif libunistring qrencode
|
||||
glib libusb readline
|
||||
gmp libusb-compat rpm2cpio
|
||||
gnu-getopt libxmlsec1 s-lang
|
||||
gnupg libyaml shared-mime-info
|
||||
gnupg2 lua sqlite
|
||||
gnuplot md5sha1sum thefuck
|
||||
gnutls midnight-commander tokyo-cabinet
|
||||
goaccess mysql tree
|
||||
gobject-introspection ncdu wdiff
|
||||
gpg-agent ncurses webp
|
||||
graphite2 nettle wget
|
||||
grc nmap wmctrl
|
||||
gtk+ npth xz
|
||||
harfbuzz oath-toolkit
|
||||
```
|
||||
List is stored in `brew.txt`. Compile list with `brew list -1 > brew.txt`, then
|
||||
on a new machine, install it with `xargs brew install < brew.txt`.
|
||||
|
||||
## CLI settings
|
||||
|
||||
|
|
|
|||
104
brew.txt
Normal file
104
brew.txt
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
adns
|
||||
atk
|
||||
bash-completion
|
||||
cairo
|
||||
diffuse
|
||||
dirmngr
|
||||
dos2unix
|
||||
fontconfig
|
||||
fortune
|
||||
fping
|
||||
freetype
|
||||
fribidi
|
||||
gd
|
||||
gdbm
|
||||
gdk-pixbuf
|
||||
geoip
|
||||
geoipupdate
|
||||
gettext
|
||||
git
|
||||
git-flow
|
||||
givegif
|
||||
glib
|
||||
gmp
|
||||
gnu-getopt
|
||||
gnupg
|
||||
gnupg2
|
||||
gnuplot
|
||||
gnutls
|
||||
goaccess
|
||||
gobject-introspection
|
||||
gpg-agent
|
||||
graphite2
|
||||
grc
|
||||
gtk+
|
||||
harfbuzz
|
||||
hicolor-icon-theme
|
||||
icu4c
|
||||
ipcalc
|
||||
iperf
|
||||
ipmitool
|
||||
jpeg
|
||||
jq
|
||||
juju
|
||||
kubernetes-cli
|
||||
kubernetes-helm
|
||||
libassuan
|
||||
libffi
|
||||
libgcrypt
|
||||
libgpg-error
|
||||
libidn2
|
||||
libksba
|
||||
libpng
|
||||
libssh2
|
||||
libtasn1
|
||||
libtiff
|
||||
libunistring
|
||||
libusb
|
||||
libusb-compat
|
||||
libxmlsec1
|
||||
libyaml
|
||||
lua
|
||||
md5sha1sum
|
||||
midnight-commander
|
||||
mysql
|
||||
ncdu
|
||||
ncurses
|
||||
nettle
|
||||
nmap
|
||||
npth
|
||||
oath-toolkit
|
||||
oniguruma
|
||||
openssl
|
||||
openssl@1.1
|
||||
p11-kit
|
||||
pango
|
||||
pass
|
||||
pcre
|
||||
pinentry
|
||||
pixman
|
||||
pkg-config
|
||||
pssh
|
||||
pth
|
||||
pwgen
|
||||
py2cairo
|
||||
pygobject
|
||||
pygtk
|
||||
python
|
||||
python3
|
||||
python@2
|
||||
qemu
|
||||
qrencode
|
||||
readline
|
||||
rpm2cpio
|
||||
s-lang
|
||||
shared-mime-info
|
||||
sqlite
|
||||
thefuck
|
||||
tokyo-cabinet
|
||||
tree
|
||||
wdiff
|
||||
webp
|
||||
wget
|
||||
wmctrl
|
||||
xz
|
||||
Loading…
Add table
Add a link
Reference in a new issue