= 2024-05-06 = == homebrew == {{{ ~$ brew tap danielgtaylor/restish heroku/brew homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jazzwang/lab teamookla/speedtest }}} {{{ ~$ brew list --formula autoconf coreutils git-extras jq ncurses readline automake gettext gmp libtool oniguruma tig bash-completion git htop m4 pcre2 unrar }}} {{{ ~$ brew list --cask esun-webatm-activex google-chrome pingid vmware-horizon-client font-hack joplin spectacle }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "autoconf"->"automake"; "gettext"->"git"; "gmp"->"coreutils"; "m4"->"autoconf"; "m4"->"automake"; "m4"->"libtool"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "git-extras"; "gmp"; "m4"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "unrar"; } }}}