Changes between Initial Version and Version 1 of jazz/22-09-06
- Timestamp:
- Sep 6, 2022, 11:18:50 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-09-06
v1 v1 1 = 2022-09-06 = 2 3 == homebrew == 4 {{{ 5 ~$ brew tap 6 danielgtaylor/restish 7 heroku/brew 8 homebrew/cask 9 homebrew/cask-fonts 10 homebrew/cask-versions 11 homebrew/core 12 homebrew/services 13 jazzwang/lab 14 teamookla/speedtest 15 }}} 16 {{{ 17 ~$ brew list --formula 18 bash-completion 19 berkeley-db@5 20 ca-certificates 21 coreutils 22 fzf 23 gettext 24 git 25 git-extras 26 gmp 27 go 28 htop 29 isync 30 jansson 31 libidn2 32 libunistring 33 mtr 34 ncurses 35 nmap 36 openssl@1.1 37 pcre2 38 rclone 39 readline 40 sqlite 41 tig 42 tree 43 unrar 44 wget 45 }}} 46 {{{ 47 ~$ brew list --cask 48 esun-webatm-activex 49 firefox 50 font-hack 51 google-chrome 52 joplin 53 pingid 54 skype 55 spectacle 56 tableau-public 57 visual-studio-code 58 vmware-horizon-client 59 }}} 60 {{{ 61 #!graphviz 62 digraph "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 }}}