Changes between Initial Version and Version 1 of jazz/23-02-16


Ignore:
Timestamp:
Feb 16, 2023, 9:46:54 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-02-16

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