= 2021-04-18 = == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula avro-c bash-completion coreutils dos2unix dsh gettext git git-extras htop jansson jq libdshconfig libidn2 libserdes libunistring lz4 lzlib mosh mtr ncurses nmap oniguruma openssl@1.1 p7zip pcre2 pidof protobuf readline snappy tig tree unrar wget xz yajl zstd }}} {{{ ~$ brew list --cask firefox font-hack google-chrome intellij-idea-ce joplin messenger mpv skype slack spectacle visual-studio-code zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "avro-c"->"libserdes"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "jansson"->"avro-c"; "jansson"->"libserdes"; "libdshconfig"->"dsh"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "snappy"->"avro-c"; "snappy"->"libserdes"; "xz"->"avro-c"; "xz"->"libserdes"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "jansson"; "libdshconfig"; "libunistring"; "lz4"; "lzlib"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "snappy"; "tree"; "unrar"; "xz"; "yajl"; "zstd"; } }}}