Changes between Initial Version and Version 1 of jazz/21-10-17


Ignore:
Timestamp:
Oct 17, 2021, 10:43:05 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-10-17

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