|   | 1 | = 2019-12-15 = | 
                  
                          |   | 2 |  | 
                  
                          |   | 3 | == homebrew == | 
                  
                          |   | 4 | {{{ | 
                  
                          |   | 5 | ~$ brew tap | 
                  
                          |   | 6 | caskroom/fonts | 
                  
                          |   | 7 | caskroom/versions | 
                  
                          |   | 8 | homebrew/cask | 
                  
                          |   | 9 | homebrew/core | 
                  
                          |   | 10 | jlhonora/lsusb | 
                  
                          |   | 11 | }}} | 
                  
                          |   | 12 | {{{ | 
                  
                          |   | 13 | ~$ brew list | 
                  
                          |   | 14 | bash-completion freetype        htop            libidn2         mosh            nmap            openssl@1.1     protobuf        scala           unrar           youtube-dl | 
                  
                          |   | 15 | coreutils       gdbm            icu4c           libpng          mplayer         node            p7zip           python          sqlite          watch | 
                  
                          |   | 16 | dos2unix        gettext         jq              libunistring    mtr             oniguruma       pcre2           readline        tig             wget | 
                  
                          |   | 17 | fontconfig      git             libcaca         lsusb           ncurses         openssl         pidof           sbt             tree            xz | 
                  
                          |   | 18 | }}} | 
                  
                          |   | 19 | {{{ | 
                  
                          |   | 20 | ~$ brew cask list | 
                  
                          |   | 21 | docker                              font-dejavu-sans                    slack                               virtualbox                          zoomus | 
                  
                          |   | 22 | firefox                             messenger                           spectacle                           virtualbox-extension-pack           zulu8 | 
                  
                          |   | 23 | flash-npapi                         pomotodo                            tableau-public                      visual-studio-code | 
                  
                          |   | 24 | }}} | 
                  
                          |   | 25 | {{{ | 
                  
                          |   | 26 | #!graphviz | 
                  
                          |   | 27 | digraph "brew-dep" { rankdir=LR; node [shape=record]; | 
                  
                          |   | 28 | "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"mplayer"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"watch"; "gettext"->"wget"; "icu4c"->"node"; "libcaca"->"mplayer"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"mplayer"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libcaca"; "libpng"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl"; | 
                  
                          |   | 29 | } | 
                  
                          |   | 30 | }}} |