Changes between Version 2 and Version 3 of jazz/19-10-12
- Timestamp:
- Oct 12, 2019, 11:07:14 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/19-10-12
v2 v3 12 12 {{{ 13 13 ~$ brew list 14 bash-completion htop mosh pcre2 tmux 15 coreutils icu4c mplayer pidof tree 16 csvkit jq mtr protobuf unrar 17 dos2unix libcaca ncurses python wget 18 fontconfig libevent nmap readline xz 19 freetype libidn2 node sbt youtube-dl 20 gdbm libpng oniguruma scala 21 gettext libunistring openssl@1.1 sqlite 22 git lsusb p7zip tig 14 bash-completion gdbm icu4c libevent lsusb nmap p7zip readline tmux youtube-dl 15 coreutils gettext imlib2 libidn2 mosh node pcre2 sbt tree 16 dos2unix giflib jpeg libpng mplayer oniguruma pidof scala unrar 17 fontconfig git jq libtiff mtr openssl protobuf sqlite wget 18 freetype htop libcaca libunistring ncurses openssl@1.1 python tig xz 23 19 }}} 24 20 {{{ 25 21 ~$ brew cask list 26 docker pomotodo virtualbox 27 firefox skype virtualbox-extension-pack 28 flash-npapi slack visual-studio-code 29 font-dejavu-sans spectacle zoomus 30 messenger tableau-public zulu8 22 docker font-dejavu-sans skype tableau-public visual-studio-code 23 firefox messenger slack virtualbox zoomus 24 flash-npapi pomotodo spectacle virtualbox-extension-pack zulu8 31 25 }}} 32 26 {{{ 33 27 #!graphviz 34 28 digraph "brew-dep" { rankdir=LR; node [shape=record]; 35 "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->" libcaca"; "freetype"->"mplayer"; "gdbm"->"csvkit"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "giflib"->"libcaca"; "giflib"->"mplayer"; "icu4c"->"node"; "imlib2"->"libcaca"; "imlib2"->"mplayer"; "jpeg"->"libcaca"; "jpeg"->"mplayer"; "libcaca"->"mplayer"; "libevent"->"tmux"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"libcaca"; "libpng"->"mplayer"; "libtiff"->"libcaca"; "libtiff"->"mplayer"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tmux"; "oniguruma"->"jq"; "openssl@1.1"->"csvkit"; "openssl@1.1"->"libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"tmux"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python"->"csvkit"; "readline"->"csvkit"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"csvkit"; "sqlite"->"python"; "xz"->"csvkit"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl";29 "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"imlib2"; "freetype"->"mplayer"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "giflib"->"imlib2"; "icu4c"->"node"; "jpeg"->"imlib2"; "jpeg"->"libtiff"; "libcaca"->"mplayer"; "libevent"->"tmux"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"imlib2"; "libpng"->"mplayer"; "libtiff"->"imlib2"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tmux"; "oniguruma"->"jq"; "openssl@1.1"->"libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"tmux"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "giflib"; "icu4c"; "jpeg"; "libcaca"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl"; 36 30 } 37 31 }}}