Changes between Initial Version and Version 1 of jazz/24-07-28


Ignore:
Timestamp:
Jul 28, 2024, 10:38:03 PM (2 weeks ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/24-07-28

    v1 v1  
     1= 2024-07-28 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6homebrew/cask
     7homebrew/core
     8jazzwang/lab
     9}}}
     10{{{
     11~$ brew list --formula
     12bash-completion fzf             git             htop            oniguruma       readline        unrar
     13coreutils       gettext         git-extras      jq              pcre2           tig
     14ddrescue        gh              gmp             ncurses         rclone          tree
     15}}}
     16{{{
     17~$ brew list --cask
     18android-platform-tools  font-hack               joplin                  spectacle               visual-studio-code      vysor
     19esun-webatm-activex     google-chrome           pingid                  temurin@8               vmware-horizon-client
     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"; "ddrescue"; "fzf"; "gettext"; "gh"; "git-extras"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
     25}
     26}}}