Changes between Initial Version and Version 1 of jazz/23-01-27


Ignore:
Timestamp:
Jan 27, 2023, 11:24:57 AM (16 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-01-27

    v1 v1  
     1= 2023-01-27 =
     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
     19ca-certificates
     20coreutils
     21fzf
     22gettext
     23git
     24git-extras
     25gmp
     26go
     27htop
     28jansson
     29jq
     30libidn2
     31libunistring
     32libusb
     33mtr
     34ncurses
     35oniguruma
     36openssl@1.1
     37pcre2
     38pkg-config
     39rclone
     40readline
     41sqlite
     42tig
     43tree
     44unrar
     45wget
     46xz
     47}}}
     48{{{
     49~$ brew list --cask
     50esun-webatm-activex
     51firefox
     52font-hack
     53google-chrome
     54joplin
     55macfuse
     56messenger
     57pingid
     58skype
     59spectacle
     60thunderbird
     61visual-studio-code
     62vlc
     63vmware-horizon-client
     64zulu8
     65}}}
     66{{{
     67#!graphviz
     68digraph "brew-dep" { rankdir=LR; node [shape=record];
     69"ca-certificates"->"openssl@1.1"; "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@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "jansson"; "libunistring"; "libusb"; "ncurses"; "oniguruma"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz";
     70}
     71}}}