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


Ignore:
Timestamp:
Jun 11, 2021, 9:26:53 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2021-06-11 =
     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
     17coreutils
     18dos2unix
     19gettext
     20git
     21git-extras
     22htop
     23libidn2
     24libunistring
     25mtr
     26ncurses
     27nmap
     28oniguruma
     29openssl@1.1
     30p7zip
     31pcre2
     32pidof
     33protobuf
     34readline
     35six
     36tig
     37tree
     38unrar
     39wget
     40}}}
     41{{{
     42~$ brew list --cask
     43firefox
     44font-hack
     45google-chrome
     46joplin
     47messenger
     48pingid
     49skype
     50slack
     51spectacle
     52visual-studio-code
     53vlc
     54vmware-horizon-client
     55zulu8
     56}}}
     57{{{
     58#!graphviz
     59digraph "brew-dep" { rankdir=LR; node [shape=record];
     60"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"; "six"->"protobuf"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "six"; "tree"; "unrar";
     61}
     62}}}