Changes between Initial Version and Version 1 of jazz/24-06-22
- Timestamp:
- Jun 22, 2024, 10:18:30 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/24-06-22
v1 v1 1 = 2024-06-22 = 2 3 == homebrew == 4 {{{ 5 ~$ brew tap 6 homebrew/cask 7 homebrew/cask-fonts 8 homebrew/core 9 jazzwang/lab 10 }}} 11 {{{ 12 ~$ brew list --formula 13 bash-completion 14 coreutils 15 gettext 16 git 17 gmp 18 htop 19 jq 20 ncurses 21 oniguruma 22 pcre2 23 readline 24 tig 25 tree 26 unrar 27 }}} 28 {{{ 29 ~$ brew list --cask 30 esun-webatm-activex 31 font-hack 32 google-chrome 33 joplin 34 pingid 35 spectacle 36 visual-studio-code 37 }}} 38 {{{ 39 #!graphviz 40 digraph "brew-dep" { rankdir=LR; node [shape=record]; 41 "gettext"->"git"; "gmp"->"coreutils"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "tree"; "unrar"; 42 } 43 }}}