Changes between Initial Version and Version 1 of jazz/22-03-11


Ignore:
Timestamp:
Mar 11, 2022, 8:06:41 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/22-03-11

    v1 v1  
     1= 2022-03-11 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6danielgtaylor/restish
     7homebrew/cask
     8homebrew/cask-fonts
     9homebrew/cask-versions
     10homebrew/core
     11homebrew/services
     12jazzwang/lab
     13}}}
     14{{{
     15~$ brew list --formula
     16bash-completion dos2unix        gmp             libidn2         ncurses         p7zip           sqlite
     17brotli          fzf             htop            libnghttp2      nmap            pcre2           tig
     18c-ares          gettext         icu4c           libunistring    node            pidof           tree
     19ca-certificates git             jansson         libuv           oniguruma       rclone          unrar
     20coreutils       git-extras      jq              mtr             openssl@1.1     readline        wget
     21}}}
     22{{{
     23~$ brew list --cask
     24esun-webatm-activex             google-chrome                   pingid                          visual-studio-code
     25firefox                         joplin                          skype                           vmware-horizon-client
     26font-hack                       messenger                       spectacle                       zulu8
     27}}}
     28{{{
     29#!graphviz
     30digraph "brew-dep" { rankdir=LR; node [shape=record];
     31"brotli"->"node"; "c-ares"->"node"; "ca-certificates"->"node"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "icu4c"->"node"; "jansson"->"mtr"; "libidn2"->"wget"; "libnghttp2"->"node"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libuv"->"node"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"node"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "brotli"; "c-ares"; "ca-certificates"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "icu4c"; "jansson"; "libnghttp2"; "libunistring"; "libuv"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "rclone"; "readline"; "tree"; "unrar";
     32}
     33}}}