Changes between Initial Version and Version 1 of jazz/24-05-21
- Timestamp:
- May 21, 2024, 9:48:05 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/24-05-21
v1 v1 1 = 2024-05-21 = 2 3 == homebrew == 4 {{{ 5 ~$ brew tap 6 homebrew/cask 7 homebrew/cask-fonts 8 homebrew/core 9 }}} 10 {{{ 11 ~$ brew list --formula 12 gettext git pcre2 unrar 13 }}} 14 {{{ 15 ~$ brew list --cask 16 font-hack google-chrome joplin pingid spectacle 17 }}} 18 {{{ 19 #!graphviz 20 digraph "brew-dep" { rankdir=LR; node [shape=record]; 21 "gettext"->"git"; "pcre2"->"git"; "gettext"; "pcre2"; "unrar"; 22 } 23 }}}