Changes between Initial Version and Version 1 of jazz/20-11-20


Ignore:
Timestamp:
Nov 20, 2020, 10:23:24 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-11-20

    v1 v1  
     1= 2020-11-20 =
     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 gdbm            htop            mosh            oniguruma       python@3.8      tree
     17coreutils       gettext         jq              mtr             openssl@1.1     readline        unrar
     18coursier        git             libidn2         ncurses         pcre2           sqlite          wget
     19dos2unix        git-extras      libunistring    nmap            protobuf        tig             xz
     20}}}
     21{{{
     22~$ brew list --cask
     23docker                    font-dejavu-sans          messenger                 slack                     visual-studio-code
     24firefox                   font-hack                 mpv                       spectacle                 visualvm
     25flash-npapi               joplin                    skype                     tableau-public            zulu8
     26}}}
     27{{{
     28#!graphviz
     29digraph "brew-dep" { rankdir=LR; node [shape=record];
     30"gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "coursier"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "protobuf"; "readline"; "tree"; "unrar"; "xz";
     31}
     32}}}