= 2020-04-05 = == homebrew == {{{ ~$ brew tap homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core jlhonora/lsusb }}} {{{ ~$ brew list bash-completion coreutils dos2unix fontconfig freetype gdbm gettext git git-secrets htop icu4c jpeg libidn2 libpng libtiff libunistring libyaml lzo mosh mtr ncurses nmap node openssl@1.1 p7zip pcre2 protobuf python python@3.8 readline sqlite tig tree unrar watch wget xz yamllint youtube-dl }}} {{{ ~$ brew cask list amazon-workspaces android-platform-tools docker drawio firefox flash-npapi font-dejavu-sans joplin messenger mpv pomotodo skype slack soundflower spectacle tableau-public teamviewer virtualbox virtualbox-extension-pack visual-studio-code zoomus zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "freetype"->"fontconfig"; "gdbm"->"python"; "gdbm"->"python@3.8"; "gdbm"->"yamllint"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "jpeg"->"libtiff"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libyaml"->"yamllint"; "ncurses"->"htop"; "ncurses"->"watch"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "openssl@1.1"->"yamllint"; "pcre2"->"git"; "protobuf"->"mosh"; "python@3.8"->"yamllint"; "readline"->"python"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "readline"->"yamllint"; "sqlite"->"python"; "sqlite"->"python@3.8"; "sqlite"->"yamllint"; "xz"->"python"; "xz"->"python@3.8"; "xz"->"yamllint"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-secrets"; "icu4c"; "jpeg"; "libpng"; "libunistring"; "libyaml"; "lzo"; "mtr"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; "youtube-dl"; } }}}