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


Ignore:
Timestamp:
May 1, 2023, 10:46:27 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v1 v1  
     1= 2023-05-01 =
     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 gettext         htop            liblinear       mtr             openssl@1.1     readline        wget
     19ca-certificates git             jansson         libssh2         ncurses         pcre            tig
     20coreutils       git-extras      jq              libunistring    nmap            pcre2           tree
     21fzf             gmp             libidn2         lua@5.3         oniguruma       rclone          unrar
     22}}}
     23{{{
     24~$ brew list --cask
     25esun-webatm-activex     google-chrome           skype                   visual-studio-code      zulu8
     26firefox                 joplin                  spectacle               vlc
     27font-hack               pingid                  thunderbird             vmware-horizon-client
     28}}}
     29{{{
     30#!graphviz
     31digraph "brew-dep" { rankdir=LR; node [shape=record];
     32"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"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
     33}
     34}}}