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


Ignore:
Timestamp:
Jun 22, 2024, 10:18:30 AM (9 days ago)
Author:
jazz
Comment:

--

Legend:

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

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