Changes between Initial Version and Version 1 of jazz/19-12-15


Ignore:
Timestamp:
Dec 15, 2019, 12:01:03 AM (5 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/19-12-15

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