Changes between Initial Version and Version 1 of jazz/23-01-20


Ignore:
Timestamp:
Jan 20, 2023, 12:39:29 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-01-20

    v1 v1  
     1= 2023-01-20 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6danielgtaylor/restish
     7heroku/brew
     8homebrew/cask
     9homebrew/cask-fonts
     10homebrew/cask-versions
     11homebrew/core
     12homebrew/services
     13jazzwang/lab
     14teamookla/speedtest
     15}}}
     16{{{
     17~$ brew list --formula
     18bash-completion
     19ca-certificates
     20coreutils
     21fzf
     22gettext
     23git
     24git-extras
     25gmp
     26htop
     27jansson
     28jq
     29libidn2
     30libunistring
     31mtr
     32ncurses
     33oniguruma
     34openssl@1.1
     35pcre2
     36rclone
     37readline
     38sqlite
     39tig
     40tree
     41unrar
     42wget
     43xz
     44}}}
     45{{{
     46~$ brew list --cask
     47esun-webatm-activex
     48firefox
     49font-hack
     50google-chrome
     51joplin
     52messenger
     53pingid
     54skype
     55spectacle
     56thunderbird
     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"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; "xz";
     66}
     67}}}