| 1 | = 2021-01-15 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | coursier/formulas |
| 7 | homebrew/cask |
| 8 | homebrew/cask-fonts |
| 9 | homebrew/cask-versions |
| 10 | homebrew/core |
| 11 | homebrew/services |
| 12 | jlhonora/lsusb |
| 13 | }}} |
| 14 | {{{ |
| 15 | ~$ brew list --formula |
| 16 | bash-completion git libidn2 ncurses pcre2 readline unrar |
| 17 | coreutils git-extras libunistring nmap pidof sqlite wget |
| 18 | dos2unix htop libxml2 node protobuf tcl-tk xz |
| 19 | gdbm icu4c mosh oniguruma python@3.8 tig |
| 20 | gettext jq mtr openssl@1.1 python@3.9 tree |
| 21 | }}} |
| 22 | {{{ |
| 23 | ~$ brew list --cask |
| 24 | docker font-dejavu-sans joplin readmoo spectacle visualvm |
| 25 | firefox font-hack messenger skype tableau-public zulu8 |
| 26 | flash-npapi intellij-idea-ce mpv slack visual-studio-code |
| 27 | }}} |
| 28 | {{{ |
| 29 | #!graphviz |
| 30 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 31 | "gdbm"->"libxml2"; "gdbm"->"python@3.8"; "gdbm"->"python@3.9"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"libxml2"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"python@3.9"; "openssl@1.1"->"tcl-tk"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python@3.9"->"libxml2"; "readline"->"libxml2"; "readline"->"python@3.8"; "readline"->"python@3.9"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"libxml2"; "sqlite"->"python@3.8"; "sqlite"->"python@3.9"; "tcl-tk"->"python@3.9"; "xz"->"libxml2"; "xz"->"python@3.8"; "xz"->"python@3.9"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; |
| 32 | } |
| 33 | }}} |