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


Ignore:
Timestamp:
Sep 6, 2022, 11:18:50 PM (2 years ago)
Author:
jazz
Comment:

--

Legend:

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

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