| 1 | = 2024-02-29 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | danielgtaylor/restish |
| 7 | heroku/brew |
| 8 | homebrew/cask |
| 9 | homebrew/cask-fonts |
| 10 | homebrew/cask-versions |
| 11 | homebrew/core |
| 12 | homebrew/services |
| 13 | jazzwang/lab |
| 14 | teamookla/speedtest |
| 15 | }}} |
| 16 | {{{ |
| 17 | ~$ brew list --formula |
| 18 | bash-completion fzf gmp libidn2 lua oniguruma readline wget |
| 19 | ca-certificates gettext htop liblinear mtr openssl@3 tig |
| 20 | coreutils git jansson libssh2 ncurses pcre tree |
| 21 | dos2unix git-extras jq libunistring nmap pcre2 unrar |
| 22 | }}} |
| 23 | {{{ |
| 24 | ~$ brew list --cask |
| 25 | esun-webatm-activex joplin skype vlc |
| 26 | font-hack microsoft-edge spectacle vmware-horizon-client |
| 27 | google-chrome pingid visual-studio-code |
| 28 | }}} |
| 29 | {{{ |
| 30 | #!graphviz |
| 31 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 32 | "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"libssh2"; "openssl@3"->"nmap"; "openssl@3"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "readline"; "tree"; "unrar"; |
| 33 | } |
| 34 | }}} |