Changes between Initial Version and Version 1 of jazz/22-10-16


Ignore:
Timestamp:
Oct 16, 2022, 8:21:43 PM (21 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/22-10-16

    v1 v1  
     1= 2022-10-16 =
     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
     30liblinear
     31libssh2
     32libunistring
     33lua@5.3
     34mtr
     35ncurses
     36nmap
     37oniguruma
     38openssl@1.1
     39pcre
     40pcre2
     41rclone
     42readline
     43sqlite
     44tig
     45unrar
     46wget
     47}}}
     48{{{
     49~$ brew list --cask
     50esun-webatm-activex
     51firefox
     52font-hack
     53google-chrome
     54joplin
     55messenger
     56microsoft-teams
     57pingid
     58postman
     59skype
     60spectacle
     61visual-studio-code
     62vlc
     63vmware-horizon-client
     64zoom
     65zulu8
     66}}}
     67{{{
     68#!graphviz
     69digraph "brew-dep" { rankdir=LR; node [shape=record];
     70"ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua@5.3"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "unrar";
     71}
     72}}}