Changes between Initial Version and Version 1 of jazz/23-04-03


Ignore:
Timestamp:
Apr 3, 2023, 9:13:33 PM (15 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-04-03

    v1 v1  
     1= 2023-04-03 =
     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       lua@5.3         oniguruma       rclone          unrar
     19ca-certificates git             jansson         libssh2         mtr             openssl@1.1     readline        wget
     20coreutils       git-extras      jq              libunistring    ncurses         pcre            tig
     21fzf             gmp             libidn2         libusb          nmap            pcre2           tree
     22}}}
     23{{{
     24~$ brew list --cask
     25esun-webatm-activex     google-chrome           pingid                  thunderbird             vmware-horizon-client
     26firefox                 joplin                  skype                   visual-studio-code      zulu8
     27font-hack               macfuse                 spectacle               vlc
     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"; "libusb"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
     33}
     34}}}