= 2022-09-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 bash-completion berkeley-db@5 ca-certificates coreutils fzf gettext git git-extras gmp go htop isync jansson libidn2 libunistring mtr ncurses nmap openssl@1.1 pcre2 rclone readline sqlite tig tree unrar wget }}} {{{ ~$ brew list --cask esun-webatm-activex firefox font-hack google-chrome joplin pingid skype spectacle tableau-public visual-studio-code vmware-horizon-client }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "berkeley-db@5"->"isync"; "ca-certificates"->"isync"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "openssl@1.1"->"isync"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "berkeley-db@5"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "jansson"; "libunistring"; "ncurses"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; } }}}