Changes between Initial Version and Version 1 of jazz/22-10-28


Ignore:
Timestamp:
Oct 28, 2022, 2:18:25 PM (20 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/22-10-28

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