Changes between Initial Version and Version 1 of jazz/24-05-06


Ignore:
Timestamp:
May 6, 2024, 3:28:23 PM (8 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/24-05-06

    v1 v1  
     1= 2024-05-06 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6danielgtaylor/restish
     7heroku/brew
     8homebrew/cask
     9homebrew/cask-fonts
     10homebrew/cask-versions
     11homebrew/core
     12homebrew/services
     13jazzwang/lab
     14teamookla/speedtest
     15}}}
     16{{{
     17~$ brew list --formula
     18autoconf        coreutils       git-extras      jq              ncurses         readline
     19automake        gettext         gmp             libtool         oniguruma       tig
     20bash-completion git             htop            m4              pcre2           unrar
     21}}}
     22{{{
     23~$ brew list --cask
     24esun-webatm-activex     google-chrome           pingid                  vmware-horizon-client
     25font-hack               joplin                  spectacle
     26}}}
     27{{{
     28#!graphviz
     29digraph "brew-dep" { rankdir=LR; node [shape=record];
     30"autoconf"->"automake"; "gettext"->"git"; "gmp"->"coreutils"; "m4"->"autoconf"; "m4"->"automake"; "m4"->"libtool"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "git-extras"; "gmp"; "m4"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "unrar";
     31}
     32}}}