Changes between Initial Version and Version 1 of jazz/24-04-11
- Timestamp:
- Apr 11, 2024, 9:24:15 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/24-04-11
v1 v1 1 = 2024-04-11 = 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 autoconf 19 automake 20 bash-completion 21 coreutils 22 gettext 23 git 24 git-extras 25 gmp 26 htop 27 jq 28 libtool 29 m4 30 ncurses 31 oniguruma 32 pcre2 33 readline 34 tig 35 unrar 36 }}} 37 {{{ 38 ~$ brew list --cask 39 esun-webatm-activex 40 font-hack 41 google-chrome 42 joplin 43 pingid 44 skype 45 spectacle 46 visual-studio-code 47 vmware-horizon-client 48 }}} 49 {{{ 50 #!graphviz 51 digraph "brew-dep" { rankdir=LR; node [shape=record]; 52 "autoconf"->"automake"; "gettext"->"git"; "gmp"->"coreutils"; "m4"->"autoconf"; "m4"->"automake"; "m4"->"libtool"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "git-extras"; "gmp"; "m4"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "unrar"; 53 } 54 }}}