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


Ignore:
Timestamp:
May 12, 2024, 10:10:45 PM (7 weeks ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2024-05-12 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6homebrew/cask
     7homebrew/cask-fonts
     8homebrew/cask-versions
     9homebrew/core
     10homebrew/services
     11jazzwang/lab
     12}}}
     13{{{
     14~$ brew list --formula
     15gettext         git             htop            ncurses         oniguruma       pcre2           readline        unrar
     16}}}
     17{{{
     18~$ brew list --cask
     19esun-webatm-activex     google-chrome           pingid
     20font-hack               joplin                  spectacle
     21}}}
     22{{{
     23#!graphviz
     24digraph "brew-dep" { rankdir=LR; node [shape=record];
     25"gettext"->"git"; "ncurses"->"htop"; "pcre2"->"git"; "gettext"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "unrar";
     26}
     27}}}