Changes between Version 1 and Version 2 of jazz/22-10-28
- Timestamp:
- Oct 28, 2022, 2:28:17 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-10-28
v1 v2 16 16 {{{ 17 17 ~$ brew list --formula 18 bash-completion fzf gmp jq ncurses rclone unrar 19 berkeley-db@5 gettext htop libidn2 oniguruma readline wget 20 ca-certificates git isync libunistring openssl@1.1 sqlite 21 coreutils git-extras jansson mtr pcre2 tig 18 bash-completion 19 berkeley-db@5 20 ca-certificates 21 coreutils 22 fzf 23 gettext 24 git 25 git-extras 26 gmp 27 htop 28 isync 29 jq 30 libidn2 31 libunistring 32 ncurses 33 oniguruma 34 openssl@1.1 35 pcre2 36 rclone 37 readline 38 sqlite 39 tig 40 unrar 41 wget 22 42 }}} 23 43 {{{ 24 44 ~$ brew list --cask 25 esun-webatm-activex joplin postman visual-studio-code zulu8 26 firefox messenger skype vlc 27 font-hack microsoft-teams spectacle vmware-horizon-client 28 google-chrome pingid thunderbird zoom 45 esun-webatm-activex 46 firefox 47 font-hack 48 google-chrome 49 joplin 50 messenger 51 pingid 52 skype 53 spectacle 54 thunderbird 55 visual-studio-code 56 vlc 57 vmware-horizon-client 58 zulu8 29 59 }}} 30 60 {{{ 31 61 #!graphviz 32 62 digraph "brew-dep" { rankdir=LR; node [shape=record]; 33 "berkeley-db@5"->"isync"; "ca-certificates"->"isync"; "ca-certificates"->"openssl@1.1"; "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@1.1"->"isync"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "berkeley-db@5"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "unrar";63 "berkeley-db@5"->"isync"; "ca-certificates"->"isync"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"isync"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "berkeley-db@5"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "unrar"; 34 64 } 35 65 }}}