| 1 | = 2020-08-27 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | homebrew/cask |
| 7 | homebrew/cask-fonts |
| 8 | homebrew/cask-versions |
| 9 | homebrew/core |
| 10 | homebrew/services |
| 11 | jlhonora/lsusb |
| 12 | }}} |
| 13 | {{{ |
| 14 | ~$ brew list |
| 15 | bash-completion gettext libidn2 mtr openjdk pidof sqlite wget |
| 16 | coreutils git libunistring ncurses openssl@1.1 protobuf tig xz |
| 17 | dos2unix htop lsusb nmap p7zip python@3.8 tree |
| 18 | gdbm icu4c mosh node pcre2 readline unrar |
| 19 | }}} |
| 20 | {{{ |
| 21 | ~$ brew cask list |
| 22 | docker flash-npapi font-hack messenger slack visual-studio-code |
| 23 | firefox font-dejavu-sans joplin skype spectacle zulu8 |
| 24 | }}} |
| 25 | {{{ |
| 26 | #!graphviz |
| 27 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 28 | "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "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"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "openjdk"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; |
| 29 | } |
| 30 | }}} |