Changes between Initial Version and Version 1 of jazz/22-06-25


Ignore:
Timestamp:
Jun 25, 2022, 4:42:19 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/22-06-25

    v1 v1  
     1= 2022-06-25 =
     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
     22gdbm
     23gettext
     24git
     25git-extras
     26gmp
     27go
     28heroku
     29heroku-node
     30htop
     31jansson
     32jq
     33libidn2
     34libunistring
     35mpdecimal
     36mtr
     37ncurses
     38nmap
     39oniguruma
     40openssl@1.1
     41openssl@3
     42p7zip
     43pcre2
     44python@3.9
     45rclone
     46readline
     47speedtest
     48sqlite
     49telnet
     50tig
     51tree
     52unrar
     53wget
     54xz
     55}}}
     56{{{
     57~$ brew list --cask
     58esun-webatm-activex
     59firefox
     60font-hack
     61google-chrome
     62google-cloud-sdk
     63joplin
     64messenger
     65microsoft-teams
     66pingid
     67skype
     68spectacle
     69visual-studio-code
     70vlc
     71vmware-horizon-client
     72zulu8
     73}}}
     74{{{
     75#!graphviz
     76digraph "brew-dep" { rankdir=LR; node [shape=record];
     77"ca-certificates"->"openssl@1.1"; "ca-certificates"->"openssl@3"; "ca-certificates"->"python@3.9"; "ca-certificates"->"wget"; "gdbm"->"python@3.9"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "heroku/brew/heroku-node"->"heroku"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "mpdecimal"->"python@3.9"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.9"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"python@3.9"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.9"; "xz"->"python@3.9"; "bash-completion"; "ca-certificates"; "fzf"; "gdbm"; "gettext"; "git-extras"; "gmp"; "go"; "heroku-node"; "jansson"; "libunistring"; "mpdecimal"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "rclone"; "readline"; "speedtest"; "telnet"; "tree"; "unrar"; "xz";
     78}
     79}}}