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


Ignore:
Timestamp:
Jun 17, 2024, 12:21:23 PM (2 weeks ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2024-06-17 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6homebrew/cask
     7homebrew/cask-fonts
     8homebrew/core
     9jazzwang/lab
     10}}}
     11{{{
     12~$ brew list --formula
     13bash-completion gettext         gmp             jq              oniguruma       pkg-config      tig             unrar
     14coreutils       git             htop            ncurses         pcre2           readline        tree
     15}}}
     16{{{
     17~$ brew list --cask
     18esun-webatm-activex     google-chrome           pingid                  tigervnc-viewer
     19font-hack               joplin                  spectacle               visual-studio-code
     20}}}
     21{{{
     22#!graphviz
     23digraph "brew-dep" { rankdir=LR; node [shape=record];
     24"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";
     25}
     26}}}