Changes between Initial Version and Version 1 of jazz/24-09-18


Ignore:
Timestamp:
Sep 18, 2024, 2:42:08 PM (7 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/24-09-18

    v1 v1  
     1= 2024-09-18 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6homebrew/cask
     7homebrew/core
     8jazzwang/lab
     9}}}
     10{{{
     11~$ brew list --formula
     12bash-completion ddrescue        gh              gmp             libidn2         oniguruma       rclone          tree
     13ca-certificates fzf             git             htop            libunistring    openssl@3       readline        unrar
     14coreutils       gettext         git-extras      jq              ncurses         pcre2           tig             wget
     15}}}
     16{{{
     17~$ brew list --cask
     18android-platform-tools  google-chrome           pingid                  visual-studio-code      vysor
     19esun-webatm-activex     joplin                  spectacle               vlc
     20font-hack               loopback                temurin@8               vmware-horizon-client
     21}}}
     22{{{
     23#!graphviz
     24digraph "brew-dep" { rankdir=LR; node [shape=record];
     25"ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"wget"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "fzf"; "gettext"; "gh"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
     26}
     27}}}