Changes between Initial Version and Version 1 of jazz/24-02-11


Ignore:
Timestamp:
Feb 5, 2024, 12:45:50 AM (4 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/24-02-11

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