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


Ignore:
Timestamp:
Mar 4, 2024, 11:03:19 PM (13 months ago)
Author:
jazz
Comment:

--

Legend:

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

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