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