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


Ignore:
Timestamp:
Jun 10, 2020, 6:10:21 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2020-06-10 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6github/gh
     7homebrew/cask
     8homebrew/cask-fonts
     9homebrew/cask-versions
     10homebrew/core
     11jlhonora/lsusb
     12}}}
     13{{{
     14~$ brew list
     15bash-completion fontconfig      gettext         icu4c           libpng          ncurses         oniguruma       pcre2           readline        tree            xz
     16coreutils       freetype        git             jq              libunistring    nmap            openssl@1.1     pidof           sqlite          unrar           youtube-dl
     17dos2unix        gdbm            htop            libidn2         mtr             node            p7zip           python          tig             wget
     18}}}
     19{{{
     20~$ brew cask list
     21amazon-workspaces                   flash-npapi                         mpv                                 soundflower                         virtualbox-extension-pack
     22android-file-transfer               font-dejavu-sans                    pingid                              spectacle                           visual-studio-code
     23docker                              joplin                              skype                               tableau-public                      visualvm
     24firefox                             messenger                           slack                               virtualbox                          zulu8
     25}}}
     26{{{
     27#!graphviz
     28digraph "brew-dep" { rankdir=LR; node [shape=record];
     29"freetype"->"fontconfig"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libpng"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; "xz"; "youtube-dl";
     30}
     31}}}