Changes between Version 3 and Version 4 of jazz/21-08-10
- Timestamp:
- Aug 10, 2021, 12:02:16 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/21-08-10
v3 v4 14 14 {{{ 15 15 ~$ brew list --formula 16 bash-completion fzf git-extras libev lzo p7zip readline unrar 17 coreutils gdbm htop libevent ncurses pcre sqlite wget 18 ddrescue gettext icu4c libidn2 nmap pcre2 tig xz 19 dos2unix git jemalloc libunistring openssl@1.1 pidof tree 16 bash-completion 17 coreutils 18 ddrescue 19 dos2unix 20 fzf 21 gdbm 22 gettext 23 git 24 git-extras 25 htop 26 libidn2 27 libunistring 28 ncurses 29 nmap 30 openssl@1.1 31 p7zip 32 pcre2 33 pidof 34 readline 35 sqlite 36 tig 37 tree 38 unrar 39 wget 20 40 }}} 21 41 {{{ 22 42 ~$ brew list --cask 23 firefox joplin skype visual-studio-code zulu8 24 font-hack messenger slack vlc 25 google-chrome pingid spectacle vmware-horizon-client 43 firefox 44 font-hack 45 google-chrome 46 joplin 47 messenger 48 pingid 49 skype 50 slack 51 spectacle 52 visual-studio-code 53 vlc 54 vmware-horizon-client 55 zulu8 26 56 }}} 27 57 {{{ 28 58 #!graphviz 29 59 digraph "brew-dep" { rankdir=LR; node [shape=record]; 30 "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->" libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "jemalloc"; "libev"; "libunistring"; "lzo"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; "xz";60 "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "libunistring"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; 31 61 } 32 62 }}}