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