= 2023-01-27 = == 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 libusb mtr ncurses oniguruma openssl@1.1 pcre2 pkg-config rclone readline sqlite tig tree unrar wget xz }}} {{{ ~$ brew list --cask esun-webatm-activex firefox font-hack google-chrome joplin macfuse messenger pingid skype spectacle thunderbird 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"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "jansson"; "libunistring"; "libusb"; "ncurses"; "oniguruma"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz"; } }}}