= 2022-01-17 = == homebrew == {{{ ~$ brew tap homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jazzwang/lab }}} {{{ ~$ brew list --formula bash-completion git mtr pcre2 tree ca-certificates git-extras ncurses pidof unrar coreutils gmp nmap rclone wget dos2unix htop oniguruma readline fzf libidn2 openssl@1.1 sqlite gettext libunistring p7zip tig }}} {{{ ~$ brew list --cask esun-webatm-activex messenger vlc firefox pingid vmware-horizon-client font-hack skype zulu8 google-chrome spectacle joplin visual-studio-code }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "ca-certificates"->"openssl@1.1"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "rclone"; "readline"; "tree"; "unrar"; } }}}