Changes between Version 3 and Version 4 of jazz/21-03-05


Ignore:
Timestamp:
Mar 5, 2021, 1:10:19 PM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-03-05

    v3 v4  
    2828install: 25 (30 days), 92 (90 days), 818 (365 days)
    2929}}}
     30
     31== homebrew ==
     32{{{
     33~$ brew tap
     34coursier/formulas
     35homebrew/cask
     36homebrew/cask-fonts
     37homebrew/cask-versions
     38homebrew/core
     39homebrew/services
     40jlhonora/lsusb
     41}}}
     42{{{
     43~$ brew list --formula
     44bash-completion gettext         icu4c           mosh            oniguruma       protobuf        tig             xz
     45coreutils       git             jq              mtr             openssl@1.1     python@3.8      tree
     46dos2unix        git-extras      libidn2         ncurses         pcre2           readline        unrar
     47gdbm            htop            libunistring    nmap            pidof           sqlite          wget
     48}}}
     49{{{
     50~$ brew list --cask
     51firefox              google-chrome        messenger            slack                visual-studio-code   zulu8
     52font-hack            joplin               mpv                  spectacle            visualvm
     53}}}
     54{{{
     55#!graphviz
     56digraph "brew-dep" { rankdir=LR; node [shape=record];
     57"gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "mpdecimal"->"python@3.8"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "tcl-tk"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz";
     58}
     59}}}