= 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 coreutils ddrescue dos2unix fzf gdbm gettext git git-extras htop libidn2 libunistring ncurses nmap openssl@1.1 p7zip pcre2 pidof readline sqlite tig tree unrar wget }}} {{{ ~$ brew list --cask firefox font-hack google-chrome joplin messenger pingid skype slack spectacle visual-studio-code vlc vmware-horizon-client zulu8 }}} {{{ #!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"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "libunistring"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; } }}}