Changes between Initial Version and Version 1 of jazz/21-06-22


Ignore:
Timestamp:
Jun 22, 2021, 11:31:44 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-06-22

    v1 v1  
     1= 2021-06-22 =
     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 git-extras      ncurses         pidof           wget
     17coreutils       htop            nmap            readline
     18dos2unix        libidn2         openssl@1.1     tig
     19gettext         libunistring    p7zip           tree
     20git             mtr             pcre2           unrar
     21}}}
     22{{{
     23~$ brew list --cask
     24etrecheckpro               onyx                       visual-studio-code
     25firefox                    pingid                     vlc
     26font-hack                  skype                      vmware-horizon-client
     27google-chrome              slack                      zulu8
     28joplin                     spectacle
     29messenger                  virtualbox
     30}}}
     31{{{
     32#!graphviz
     33digraph "brew-dep" { rankdir=LR; node [shape=record];
     34"gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar";
     35}
     36}}}