| | 1 | = 2024-09-18 = |
| | 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 ddrescue gh gmp libidn2 oniguruma rclone tree |
| | 13 | ca-certificates fzf git htop libunistring openssl@3 readline unrar |
| | 14 | coreutils gettext git-extras jq ncurses pcre2 tig wget |
| | 15 | }}} |
| | 16 | {{{ |
| | 17 | ~$ brew list --cask |
| | 18 | android-platform-tools google-chrome pingid visual-studio-code vysor |
| | 19 | esun-webatm-activex joplin spectacle vlc |
| | 20 | font-hack loopback temurin@8 vmware-horizon-client |
| | 21 | }}} |
| | 22 | {{{ |
| | 23 | #!graphviz |
| | 24 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 25 | "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"wget"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "fzf"; "gettext"; "gh"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; |
| | 26 | } |
| | 27 | }}} |