Changes between Initial Version and Version 1 of jazz/21-01-15


Ignore:
Timestamp:
Jan 15, 2021, 7:18:59 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-01-15

    v1 v1  
     1= 2021-01-15 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6coursier/formulas
     7homebrew/cask
     8homebrew/cask-fonts
     9homebrew/cask-versions
     10homebrew/core
     11homebrew/services
     12jlhonora/lsusb
     13}}}
     14{{{
     15~$ brew list --formula
     16bash-completion git             libidn2         ncurses         pcre2           readline        unrar
     17coreutils       git-extras      libunistring    nmap            pidof           sqlite          wget
     18dos2unix        htop            libxml2         node            protobuf        tcl-tk          xz
     19gdbm            icu4c           mosh            oniguruma       python@3.8      tig
     20gettext         jq              mtr             openssl@1.1     python@3.9      tree
     21}}}
     22{{{
     23~$ brew list --cask
     24docker               font-dejavu-sans     joplin               readmoo              spectacle            visualvm
     25firefox              font-hack            messenger            skype                tableau-public       zulu8
     26flash-npapi          intellij-idea-ce     mpv                  slack                visual-studio-code
     27}}}
     28{{{
     29#!graphviz
     30digraph "brew-dep" { rankdir=LR; node [shape=record];
     31"gdbm"->"libxml2"; "gdbm"->"python@3.8"; "gdbm"->"python@3.9"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"libxml2"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"python@3.9"; "openssl@1.1"->"tcl-tk"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python@3.9"->"libxml2"; "readline"->"libxml2"; "readline"->"python@3.8"; "readline"->"python@3.9"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"libxml2"; "sqlite"->"python@3.8"; "sqlite"->"python@3.9"; "tcl-tk"->"python@3.9"; "xz"->"libxml2"; "xz"->"python@3.8"; "xz"->"python@3.9"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz";
     32}
     33}}}