= 2022-06-25 = == 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 fzf gettext git git-extras gmp go htop jansson jq libidn2 libunistring mtr ncurses nmap oniguruma openssl@1.1 p7zip pcre2 rclone readline speedtest sqlite telnet tig tree unrar wget }}} {{{ ~$ brew list --cask esun-webatm-activex firefox font-hack google-chrome joplin messenger microsoft-teams pingid skype spectacle visual-studio-code vlc vmware-horizon-client zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "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"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "jansson"; "libunistring"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "rclone"; "readline"; "speedtest"; "telnet"; "tree"; "unrar"; } }}}