Changes between Version 3 and Version 4 of jazz/19-10-29


Ignore:
Timestamp:
Oct 29, 2019, 11:28:11 AM (5 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/19-10-29

    v3 v4  
    268268}
    269269}}}
     270
     271== homebrew ==
     272{{{
     273~$ brew tap
     274caskroom/fonts
     275caskroom/versions
     276homebrew/cask
     277homebrew/core
     278jlhonora/lsusb
     279}}}
     280{{{
     281~$ brew list
     282bash-completion gdbm            jasper          libffi          lsusb           netpbm          openssl@1.1     protobuf        tig             wget
     283coreutils       gettext         jpeg            libidn2         mosh            nmap            p7zip           readline        tmux            xz
     284dos2unix        git             jq              libpng          mplayer         node            pcre            sbt             tree            youtube-dl
     285fontconfig      htop            libcaca         libtiff         mtr             oniguruma       pcre2           scala           unrar
     286freetype        icu4c           libevent        libunistring    ncurses         openssl         pidof           sqlite          webp
     287}}}
     288{{{
     289~$ brew cask list
     290docker                       flash-npapi                  pomotodo                     spectacle                    virtualbox-extension-pack    zulu8
     291evernote                     font-dejavu-sans             skype                        tableau-public               visual-studio-code
     292firefox                      messenger                    slack                        virtualbox                   zoomus
     293}}}
     294{{{
     295#!graphviz
     296digraph "brew-dep" { rankdir=LR; node [shape=record];
     297"fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"libcaca"; "freetype"->"mplayer"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "giflib"->"libcaca"; "giflib"->"mplayer"; "icu4c"->"node"; "imlib2"->"libcaca"; "imlib2"->"mplayer"; "jasper"->"netpbm"; "jpeg"->"jasper"; "jpeg"->"libcaca"; "jpeg"->"libtiff"; "jpeg"->"mplayer"; "jpeg"->"netpbm"; "jpeg"->"webp"; "libcaca"->"mplayer"; "libevent"->"tmux"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"libcaca"; "libpng"->"mplayer"; "libpng"->"netpbm"; "libpng"->"webp"; "libtiff"->"libcaca"; "libtiff"->"mplayer"; "libtiff"->"netpbm"; "libtiff"->"webp"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tmux"; "oniguruma"->"jq"; "openssl@1.1"->"libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"tmux"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "jpeg"; "libffi"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "openssl@1.1"; "p7zip"; "pcre"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl";
     298}
     299}}}