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


Ignore:
Timestamp:
Nov 28, 2021, 9:28:16 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2021-11-28 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6coursier/formulas
     7homebrew/cask
     8homebrew/cask-fonts
     9homebrew/cask-versions
     10homebrew/core
     11homebrew/services
     12jazzwang/lab
     13}}}
     14{{{
     15~$ brew list --formula
     16bash-completion
     17ca-certificates
     18coreutils
     19dos2unix
     20fzf
     21gettext
     22git
     23git-extras
     24gmp
     25go
     26htop
     27jq
     28libidn2
     29libunistring
     30mtr
     31ncurses
     32nmap
     33oniguruma
     34openssl@1.1
     35p7zip
     36pcre2
     37pidof
     38readline
     39sqlite
     40tig
     41tree
     42unrar
     43wget
     44}}}
     45{{{
     46~$ brew list --cask
     47esun-webatm-activex
     48firefox
     49font-hack
     50google-chrome
     51joplin
     52messenger
     53pingid
     54skype
     55spectacle
     56tableau-public
     57visual-studio-code
     58vlc
     59vmware-horizon-client
     60zulu8
     61}}}
     62{{{
     63#!graphviz
     64digraph "brew-dep" { rankdir=LR; node [shape=record];
     65"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"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar";
     66}
     67}}}