= 2021-10-17 = == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula bash-completion dos2unix git-extras libidn2 oniguruma pidof tree ca-certificates fzf gmp libunistring openssl@1.1 readline unrar coreutils gettext htop ncurses p7zip sqlite wget ddrescue git jq nmap pcre2 tig }}} {{{ ~$ brew list --cask firefox joplin skype vmware-horizon-client font-hack messenger spectacle zulu8 google-chrome pingid visual-studio-code }}} {{{ #!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"; "ddrescue"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; } }}}