Changes between Initial Version and Version 1 of jazz/20-10-19


Ignore:
Timestamp:
Oct 19, 2020, 10:02:48 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-10-19

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