= 2024-03-04 = == 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 bash-completion ca-certificates coreutils dos2unix gettext git git-extras gmp htop jq ncurses oniguruma pcre2 readline tig tree unrar }}} {{{ ~$ brew list --cask esun-webatm-activex font-hack google-chrome joplin pingid skype spectacle visual-studio-code vlc vmware-horizon-client }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "gettext"->"git"; "gmp"->"coreutils"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "gettext"; "git-extras"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "tree"; "unrar"; } }}}