= 2024-09-18 = == homebrew == {{{ ~$ brew tap homebrew/cask homebrew/core jazzwang/lab }}} {{{ ~$ brew list --formula bash-completion ddrescue gh gmp libidn2 oniguruma rclone tree ca-certificates fzf git htop libunistring openssl@3 readline unrar coreutils gettext git-extras jq ncurses pcre2 tig wget }}} {{{ ~$ brew list --cask android-platform-tools google-chrome pingid visual-studio-code vysor esun-webatm-activex joplin spectacle vlc font-hack loopback temurin@8 vmware-horizon-client }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"wget"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "fzf"; "gettext"; "gh"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; } }}}