Changes between Initial Version and Version 1 of jazz/21-04-18


Ignore:
Timestamp:
Apr 18, 2021, 9:12:38 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/21-04-18

    v1 v1  
     1= 2021-04-18 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6coursier/formulas
     7homebrew/cask
     8homebrew/cask-fonts
     9homebrew/cask-versions
     10homebrew/core
     11homebrew/services
     12jlhonora/lsusb
     13}}}
     14{{{
     15~$ brew list --formula
     16avro-c
     17bash-completion
     18coreutils
     19dos2unix
     20dsh
     21gettext
     22git
     23git-extras
     24htop
     25jansson
     26jq
     27libdshconfig
     28libidn2
     29libserdes
     30libunistring
     31lz4
     32lzlib
     33mosh
     34mtr
     35ncurses
     36nmap
     37oniguruma
     38openssl@1.1
     39p7zip
     40pcre2
     41pidof
     42protobuf
     43readline
     44snappy
     45tig
     46tree
     47unrar
     48wget
     49xz
     50yajl
     51zstd
     52}}}
     53{{{
     54~$ brew list --cask
     55firefox
     56font-hack
     57google-chrome
     58intellij-idea-ce
     59joplin
     60messenger
     61mpv
     62skype
     63slack
     64spectacle
     65visual-studio-code
     66zulu8
     67}}}
     68{{{
     69#!graphviz
     70digraph "brew-dep" { rankdir=LR; node [shape=record];
     71"avro-c"->"libserdes"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "jansson"->"avro-c"; "jansson"->"libserdes"; "libdshconfig"->"dsh"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "snappy"->"avro-c"; "snappy"->"libserdes"; "xz"->"avro-c"; "xz"->"libserdes"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "jansson"; "libdshconfig"; "libunistring"; "lz4"; "lzlib"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "snappy"; "tree"; "unrar"; "xz"; "yajl"; "zstd";
     72}
     73}}}