= 2024-06-22 = == homebrew == {{{ ~$ brew tap homebrew/cask homebrew/cask-fonts homebrew/core jazzwang/lab }}} {{{ ~$ brew list --formula bash-completion coreutils gettext git gmp htop jq ncurses oniguruma pcre2 readline tig tree unrar }}} {{{ ~$ brew list --cask esun-webatm-activex font-hack google-chrome joplin pingid spectacle visual-studio-code }}} {{{ #!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"; "gettext"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "tree"; "unrar"; } }}}