| 1 | = 2024-07-28 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | homebrew/cask |
| 7 | homebrew/core |
| 8 | jazzwang/lab |
| 9 | }}} |
| 10 | {{{ |
| 11 | ~$ brew list --formula |
| 12 | bash-completion fzf git htop oniguruma readline unrar |
| 13 | coreutils gettext git-extras jq pcre2 tig |
| 14 | ddrescue gh gmp ncurses rclone tree |
| 15 | }}} |
| 16 | {{{ |
| 17 | ~$ brew list --cask |
| 18 | android-platform-tools font-hack joplin spectacle visual-studio-code vysor |
| 19 | esun-webatm-activex google-chrome pingid temurin@8 vmware-horizon-client |
| 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"; "ddrescue"; "fzf"; "gettext"; "gh"; "git-extras"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; |
| 25 | } |
| 26 | }}} |