Changes between Initial Version and Version 1 of jazz/20-09-29


Ignore:
Timestamp:
Sep 29, 2020, 2:12:18 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-09-29

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