| 1 | = 2019-11-11 = |
| 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 freetype htop libidn2 mosh nmap openssl@1.1 protobuf scala unrar |
| 15 | coreutils gdbm icu4c libpng mplayer node p7zip python sqlite wget |
| 16 | dos2unix gettext jq libunistring mtr oniguruma pcre2 readline tig xz |
| 17 | fontconfig git libcaca lsusb ncurses openssl pidof sbt tree youtube-dl |
| 18 | }}} |
| 19 | {{{ |
| 20 | ~$ brew cask list |
| 21 | cleanmymac evernote flash-npapi gemini pomotodo slack tableau-public zoomus |
| 22 | docker firefox font-dejavu-sans messenger skype spectacle visual-studio-code zulu8 |
| 23 | }}} |
| 24 | {{{ |
| 25 | #!graphviz |
| 26 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 27 | "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"libcaca"; "freetype"->"mplayer"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "giflib"->"libcaca"; "giflib"->"mplayer"; "icu4c"->"node"; "imlib2"->"libcaca"; "imlib2"->"mplayer"; "jpeg"->"libcaca"; "jpeg"->"mplayer"; "libcaca"->"mplayer"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"libcaca"; "libpng"->"mplayer"; "libtiff"->"libcaca"; "libtiff"->"mplayer"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl"; |
| 28 | } |
| 29 | }}} |