Changes between Version 3 and Version 4 of jazz/21-08-10


Ignore:
Timestamp:
Aug 10, 2021, 12:02:16 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-08-10

    v3 v4  
    1414{{{
    1515~$ brew list --formula
    16 bash-completion fzf             git-extras      libev           lzo             p7zip           readline        unrar
    17 coreutils       gdbm            htop            libevent        ncurses         pcre            sqlite          wget
    18 ddrescue        gettext         icu4c           libidn2         nmap            pcre2           tig             xz
    19 dos2unix        git             jemalloc        libunistring    openssl@1.1     pidof           tree
     16bash-completion
     17coreutils
     18ddrescue
     19dos2unix
     20fzf
     21gdbm
     22gettext
     23git
     24git-extras
     25htop
     26libidn2
     27libunistring
     28ncurses
     29nmap
     30openssl@1.1
     31p7zip
     32pcre2
     33pidof
     34readline
     35sqlite
     36tig
     37tree
     38unrar
     39wget
    2040}}}
    2141{{{
    2242~$ brew list --cask
    23 firefox                   joplin                    skype                     visual-studio-code        zulu8
    24 font-hack                 messenger                 slack                     vlc
    25 google-chrome             pingid                    spectacle                 vmware-horizon-client
     43firefox
     44font-hack
     45google-chrome
     46joplin
     47messenger
     48pingid
     49skype
     50slack
     51spectacle
     52visual-studio-code
     53vlc
     54vmware-horizon-client
     55zulu8
    2656}}}
    2757{{{
    2858#!graphviz
    2959digraph "brew-dep" { rankdir=LR; node [shape=record];
    30 "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "jemalloc"; "libev"; "libunistring"; "lzo"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; "xz";
     60"gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "libunistring"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar";
    3161}
    3262}}}