| 1 | = 2020-11-20 = |
| 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 gdbm htop mosh oniguruma python@3.8 tree |
| 17 | coreutils gettext jq mtr openssl@1.1 readline unrar |
| 18 | coursier git libidn2 ncurses pcre2 sqlite wget |
| 19 | dos2unix git-extras libunistring nmap protobuf tig xz |
| 20 | }}} |
| 21 | {{{ |
| 22 | ~$ brew list --cask |
| 23 | docker font-dejavu-sans messenger slack visual-studio-code |
| 24 | firefox font-hack mpv spectacle visualvm |
| 25 | flash-npapi joplin skype tableau-public zulu8 |
| 26 | }}} |
| 27 | {{{ |
| 28 | #!graphviz |
| 29 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 30 | "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "coursier"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; |
| 31 | } |
| 32 | }}} |