| 30 | |
| 31 | == homebrew == |
| 32 | {{{ |
| 33 | ~$ brew tap |
| 34 | coursier/formulas |
| 35 | homebrew/cask |
| 36 | homebrew/cask-fonts |
| 37 | homebrew/cask-versions |
| 38 | homebrew/core |
| 39 | homebrew/services |
| 40 | jlhonora/lsusb |
| 41 | }}} |
| 42 | {{{ |
| 43 | ~$ brew list --formula |
| 44 | bash-completion gettext icu4c mosh oniguruma protobuf tig xz |
| 45 | coreutils git jq mtr openssl@1.1 python@3.8 tree |
| 46 | dos2unix git-extras libidn2 ncurses pcre2 readline unrar |
| 47 | gdbm htop libunistring nmap pidof sqlite wget |
| 48 | }}} |
| 49 | {{{ |
| 50 | ~$ brew list --cask |
| 51 | firefox google-chrome messenger slack visual-studio-code zulu8 |
| 52 | font-hack joplin mpv spectacle visualvm |
| 53 | }}} |
| 54 | {{{ |
| 55 | #!graphviz |
| 56 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 57 | "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "mpdecimal"->"python@3.8"; "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"; "tcl-tk"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; |
| 58 | } |
| 59 | }}} |