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