Changes between Initial Version and Version 1 of jazz/22-10-16
- Timestamp:
- Oct 16, 2022, 8:21:43 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-10-16
v1 v1 1 = 2022-10-16 = 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 liblinear 31 libssh2 32 libunistring 33 lua@5.3 34 mtr 35 ncurses 36 nmap 37 oniguruma 38 openssl@1.1 39 pcre 40 pcre2 41 rclone 42 readline 43 sqlite 44 tig 45 unrar 46 wget 47 }}} 48 {{{ 49 ~$ brew list --cask 50 esun-webatm-activex 51 firefox 52 font-hack 53 google-chrome 54 joplin 55 messenger 56 microsoft-teams 57 pingid 58 postman 59 skype 60 spectacle 61 visual-studio-code 62 vlc 63 vmware-horizon-client 64 zoom 65 zulu8 66 }}} 67 {{{ 68 #!graphviz 69 digraph "brew-dep" { rankdir=LR; node [shape=record]; 70 "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua@5.3"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "unrar"; 71 } 72 }}}