Changes between Version 2 and Version 3 of jazz/24-03-04
- Timestamp:
- Mar 4, 2024, 11:51:21 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/24-03-04
v2 v3 17 17 ~$ brew list --formula 18 18 bash-completion 19 ca-certificates20 19 coreutils 21 dos2unix22 20 gettext 23 21 git … … 25 23 gmp 26 24 htop 27 jq28 25 ncurses 29 oniguruma30 26 pcre2 31 27 readline 32 28 tig 33 tree34 29 unrar 35 30 }}} … … 41 36 joplin 42 37 pingid 43 skype44 38 spectacle 45 39 visual-studio-code 46 vlc47 40 vmware-horizon-client 48 41 }}} … … 50 43 #!graphviz 51 44 digraph "brew-dep" { rankdir=LR; node [shape=record]; 52 "gettext"->"git"; "gmp"->"coreutils"; "ncurses"->"htop"; "ncurses"->"tig"; " oniguruma"->"jq"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "gettext"; "git-extras"; "gmp"; "ncurses"; "oniguruma"; "pcre2"; "readline"; "tree"; "unrar";45 "gettext"->"git"; "gmp"->"coreutils"; "ncurses"->"htop"; "ncurses"->"tig"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "gettext"; "git-extras"; "gmp"; "ncurses"; "pcre2"; "readline"; "unrar"; 53 46 } 54 47 }}}