= 2024-04-11 = == 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 automake bash-completion coreutils gettext git git-extras gmp htop jq libtool m4 ncurses oniguruma pcre2 readline tig unrar }}} {{{ ~$ brew list --cask esun-webatm-activex font-hack google-chrome joplin pingid skype spectacle visual-studio-code vmware-horizon-client }}} {{{ #!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"; } }}}