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