| 1 | = 2020-06-10 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | github/gh |
| 7 | homebrew/cask |
| 8 | homebrew/cask-fonts |
| 9 | homebrew/cask-versions |
| 10 | homebrew/core |
| 11 | jlhonora/lsusb |
| 12 | }}} |
| 13 | {{{ |
| 14 | ~$ brew list |
| 15 | bash-completion fontconfig gettext icu4c libpng ncurses oniguruma pcre2 readline tree xz |
| 16 | coreutils freetype git jq libunistring nmap openssl@1.1 pidof sqlite unrar youtube-dl |
| 17 | dos2unix gdbm htop libidn2 mtr node p7zip python tig wget |
| 18 | }}} |
| 19 | {{{ |
| 20 | ~$ brew cask list |
| 21 | amazon-workspaces flash-npapi mpv soundflower virtualbox-extension-pack |
| 22 | android-file-transfer font-dejavu-sans pingid spectacle visual-studio-code |
| 23 | docker joplin skype tableau-public visualvm |
| 24 | firefox messenger slack virtualbox zulu8 |
| 25 | }}} |
| 26 | {{{ |
| 27 | #!graphviz |
| 28 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 29 | "freetype"->"fontconfig"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libpng"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; "xz"; "youtube-dl"; |
| 30 | } |
| 31 | }}} |