= 2021-06-22 = == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula bash-completion git-extras ncurses pidof wget coreutils htop nmap readline dos2unix libidn2 openssl@1.1 tig gettext libunistring p7zip tree git mtr pcre2 unrar }}} {{{ ~$ brew list --cask etrecheckpro onyx visual-studio-code firefox pingid vlc font-hack skype vmware-horizon-client google-chrome slack zulu8 joplin spectacle messenger virtualbox }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; } }}}