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


Ignore:
Timestamp:
Jul 23, 2020, 3:08:31 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

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

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