Changes between Initial Version and Version 1 of jazz/23-01-20
- Timestamp:
- Jan 20, 2023, 12:39:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/23-01-20
v1 v1 1 = 2023-01-20 = 2 3 == homebrew == 4 {{{ 5 ~$ brew tap 6 danielgtaylor/restish 7 heroku/brew 8 homebrew/cask 9 homebrew/cask-fonts 10 homebrew/cask-versions 11 homebrew/core 12 homebrew/services 13 jazzwang/lab 14 teamookla/speedtest 15 }}} 16 {{{ 17 ~$ brew list --formula 18 bash-completion 19 ca-certificates 20 coreutils 21 fzf 22 gettext 23 git 24 git-extras 25 gmp 26 htop 27 jansson 28 jq 29 libidn2 30 libunistring 31 mtr 32 ncurses 33 oniguruma 34 openssl@1.1 35 pcre2 36 rclone 37 readline 38 sqlite 39 tig 40 tree 41 unrar 42 wget 43 xz 44 }}} 45 {{{ 46 ~$ brew list --cask 47 esun-webatm-activex 48 firefox 49 font-hack 50 google-chrome 51 joplin 52 messenger 53 pingid 54 skype 55 spectacle 56 thunderbird 57 visual-studio-code 58 vlc 59 vmware-horizon-client 60 zulu8 61 }}} 62 {{{ 63 #!graphviz 64 digraph "brew-dep" { rankdir=LR; node [shape=record]; 65 "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; "xz"; 66 } 67 }}}