= 2020-06-10 = == homebrew == {{{ ~$ brew tap github/gh homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core jlhonora/lsusb }}} {{{ ~$ brew list bash-completion fontconfig gettext icu4c libpng ncurses oniguruma pcre2 readline tree xz coreutils freetype git jq libunistring nmap openssl@1.1 pidof sqlite unrar youtube-dl dos2unix gdbm htop libidn2 mtr node p7zip python tig wget }}} {{{ ~$ brew cask list amazon-workspaces flash-npapi mpv soundflower virtualbox-extension-pack android-file-transfer font-dejavu-sans pingid spectacle visual-studio-code docker joplin skype tableau-public visualvm firefox messenger slack virtualbox zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "freetype"->"fontconfig"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libpng"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; "xz"; "youtube-dl"; } }}}