Changes between Initial Version and Version 1 of jazz/20-07-03


Ignore:
Timestamp:
Jul 3, 2020, 6:14:17 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-07-03

    v1 v1  
     1= 2020-07-03 =
     2
     3== Homebrew ==
     4
     5== homebrew ==
     6{{{
     7~$ brew tap
     8codacy/tap
     9coursier/formulas
     10github/gh
     11homebrew/cask
     12homebrew/cask-fonts
     13homebrew/cask-versions
     14homebrew/core
     15homebrew/services
     16jazzwang/versions
     17jlhonora/lsusb
     18}}}
     19{{{
     20~$ brew list
     21bash-completion gdbm            htop            libyaml         oniguruma       python          tig
     22coreutils       gettext         icu4c           lsusb           openssl@1.1     python@3.8      tree
     23coursier        gh              jq              mtr             p7zip           readline        unrar
     24dos2unix        git             libidn2         ncurses         pcre2           sbt             wget
     25fontconfig      giter8          libpng          nmap            pidof           scalaenv        xz
     26freetype        gitlab-runner   libunistring    node            pre-commit      sqlite          youtube-dl
     27}}}
     28{{{
     29~$ brew cask list
     30android-file-transfer            font-dejavu-sans                 pingid                           virtualbox
     31dash                             font-hack                        skype                            virtualbox-extension-pack
     32docker                           intellij-idea-ce                 slack                            visual-studio-code
     33firefox                          joplin                           soundflower                      visualvm
     34flash-npapi                      messenger                        spectacle                        zulu8
     35}}}
     36{{{
     37#!graphviz
     38digraph "brew-dep" { rankdir=LR; node [shape=record];
     39"freetype"->"fontconfig"; "gdbm"->"pre-commit"; "gdbm"->"python"; "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libyaml"->"pre-commit"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"pre-commit"; "openssl@1.1"->"python"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "python@3.8"->"pre-commit"; "readline"->"pre-commit"; "readline"->"python"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"pre-commit"; "sqlite"->"python"; "sqlite"->"python@3.8"; "xz"->"pre-commit"; "xz"->"python"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "coursier"; "dos2unix"; "gdbm"; "gettext"; "gh"; "giter8"; "gitlab-runner"; "icu4c"; "libpng"; "libunistring"; "libyaml"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "readline"; "sbt"; "scalaenv"; "tree"; "unrar"; "xz"; "youtube-dl";
     40}
     41}}}