Changes between Initial Version and Version 1 of jazz/23-06-14


Ignore:
Timestamp:
Jun 14, 2023, 11:26:31 AM (13 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-06-14

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