Changes between Version 1 and Version 2 of jazz/24-03-04
- Timestamp:
- Mar 4, 2024, 11:07:49 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/24-03-04
v1 v2 16 16 {{{ 17 17 ~$ brew list --formula 18 bash-completion git-extras liblinear oniguruma tree 19 ca-certificates gmp libssh2 openssl@3 unrar 20 coreutils htop libunistring pcre wget 21 dos2unix jansson lua pcre2 22 gettext jq mtr readline 23 git libidn2 ncurses tig 18 bash-completion 19 ca-certificates 20 coreutils 21 dos2unix 22 gettext 23 git 24 git-extras 25 gmp 26 htop 27 jq 28 ncurses 29 oniguruma 30 pcre2 31 readline 32 tig 33 tree 34 unrar 24 35 }}} 25 36 {{{ 26 37 ~$ brew list --cask 27 esun-webatm-activex pingid vlc 28 font-hack skype vmware-horizon-client 29 google-chrome spectacle 30 joplin visual-studio-code 38 esun-webatm-activex 39 font-hack 40 google-chrome 41 joplin 42 pingid 43 skype 44 spectacle 45 visual-studio-code 46 vlc 47 vmware-horizon-client 31 48 }}} 32 49 {{{ 33 50 #!graphviz 34 51 digraph "brew-dep" { rankdir=LR; node [shape=record]; 35 36 "ca-certificates"->"libssh2"; "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"libssh2"; "openssl@3"->"wget"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "readline"; "tree"; "unrar"; 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"; 37 53 } 38 54 }}}