| 1 | = 2019-08-06 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | caskroom/fonts |
| 7 | caskroom/versions |
| 8 | homebrew/cask |
| 9 | homebrew/core |
| 10 | jlhonora/lsusb |
| 11 | }}} |
| 12 | {{{ |
| 13 | ~$ brew list |
| 14 | bash-completion fontconfig git jq libpng mplayer node pcre2 readline tig unrar |
| 15 | coreutils freetype gradle libcaca libunistring mtr oniguruma pidof sbt tmux wget |
| 16 | csvkit gdbm htop libevent lsusb ncurses openssl protobuf scala todo-txt xz |
| 17 | dos2unix gettext icu4c libidn2 mitmproxy nmap p7zip python sqlite tree youtube-dl |
| 18 | }}} |
| 19 | {{{ |
| 20 | ~$ brew cask list |
| 21 | docker flash-npapi messenger slack virtualbox zoomus |
| 22 | drawio font-dejavu-sans pomotodo spectacle virtualbox-extension-pack zulu8 |
| 23 | firefox intellij-idea-ce skype vagrant visual-studio-code |
| 24 | }}} |
| 25 | {{{ |
| 26 | #!graphviz |
| 27 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 28 | "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"mplayer"; "gdbm"->"csvkit"; "gdbm"->"mitmproxy"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libcaca"->"mplayer"; "libevent"->"tmux"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"mplayer"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tmux"; "oniguruma"->"jq"; "openssl"->"csvkit"; "openssl"->"libevent"; "openssl"->"mitmproxy"; "openssl"->"nmap"; "openssl"->"python"; "openssl"->"tmux"; "openssl"->"wget"; "pcre2"->"git"; "protobuf"->"mitmproxy"; "python"->"csvkit"; "python"->"mitmproxy"; "readline"->"csvkit"; "readline"->"mitmproxy"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"csvkit"; "sqlite"->"mitmproxy"; "sqlite"->"python"; "xz"->"csvkit"; "xz"->"mitmproxy"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "gradle"; "icu4c"; "libcaca"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "todo-txt"; "tree"; "unrar"; "xz"; "youtube-dl"; |
| 29 | } |
| 30 | }}} |