= 2021-11-28 = == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jazzwang/lab }}} {{{ ~$ brew list --formula bash-completion ca-certificates coreutils dos2unix fzf gettext git git-extras gmp go htop jq libidn2 libunistring mtr ncurses nmap oniguruma openssl@1.1 p7zip pcre2 pidof readline sqlite tig tree unrar wget }}} {{{ ~$ brew list --cask esun-webatm-activex firefox font-hack google-chrome joplin messenger pingid skype spectacle tableau-public visual-studio-code vlc vmware-horizon-client zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "ca-certificates"->"openssl@1.1"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "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"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; } }}}