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


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

--

Legend:

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

    v1 v2  
    1616{{{
    1717~$ brew list --formula
    18 bash-completion fzf             gmp             jq              ncurses         rclone          unrar
    19 berkeley-db@5   gettext         htop            libidn2         oniguruma       readline        wget
    20 ca-certificates git             isync           libunistring    openssl@1.1     sqlite
    21 coreutils       git-extras      jansson         mtr             pcre2           tig
     18bash-completion
     19berkeley-db@5
     20ca-certificates
     21coreutils
     22fzf
     23gettext
     24git
     25git-extras
     26gmp
     27htop
     28isync
     29jq
     30libidn2
     31libunistring
     32ncurses
     33oniguruma
     34openssl@1.1
     35pcre2
     36rclone
     37readline
     38sqlite
     39tig
     40unrar
     41wget
    2242}}}
    2343{{{
    2444~$ brew list --cask
    25 esun-webatm-activex     joplin                  postman                 visual-studio-code      zulu8
    26 firefox                 messenger               skype                   vlc
    27 font-hack               microsoft-teams         spectacle               vmware-horizon-client
    28 google-chrome           pingid                  thunderbird             zoom
     45esun-webatm-activex
     46firefox
     47font-hack
     48google-chrome
     49joplin
     50messenger
     51pingid
     52skype
     53spectacle
     54thunderbird
     55visual-studio-code
     56vlc
     57vmware-horizon-client
     58zulu8
    2959}}}
    3060{{{
    3161#!graphviz
    3262digraph "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";
     63"berkeley-db@5"->"isync"; "ca-certificates"->"isync"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "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"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "unrar";
    3464}
    3565}}}