| | 1 | = 2024-06-17 = |
| | 2 | |
| | 3 | == homebrew == |
| | 4 | {{{ |
| | 5 | ~$ brew tap |
| | 6 | homebrew/cask |
| | 7 | homebrew/cask-fonts |
| | 8 | homebrew/core |
| | 9 | jazzwang/lab |
| | 10 | }}} |
| | 11 | {{{ |
| | 12 | ~$ brew list --formula |
| | 13 | bash-completion gettext gmp jq oniguruma pkg-config tig unrar |
| | 14 | coreutils git htop ncurses pcre2 readline tree |
| | 15 | }}} |
| | 16 | {{{ |
| | 17 | ~$ brew list --cask |
| | 18 | esun-webatm-activex google-chrome pingid tigervnc-viewer |
| | 19 | font-hack joplin spectacle visual-studio-code |
| | 20 | }}} |
| | 21 | {{{ |
| | 22 | #!graphviz |
| | 23 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 24 | "gettext"->"git"; "gmp"->"coreutils"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "pkg-config"; "readline"; "tree"; "unrar"; |
| | 25 | } |
| | 26 | }}} |