Changes between Initial Version and Version 1 of jazz/22-06-25
- Timestamp:
- Jun 25, 2022, 4:42:19 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-06-25
v1 v1 1 = 2022-06-25 = 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 gdbm 23 gettext 24 git 25 git-extras 26 gmp 27 go 28 heroku 29 heroku-node 30 htop 31 jansson 32 jq 33 libidn2 34 libunistring 35 mpdecimal 36 mtr 37 ncurses 38 nmap 39 oniguruma 40 openssl@1.1 41 openssl@3 42 p7zip 43 pcre2 44 python@3.9 45 rclone 46 readline 47 speedtest 48 sqlite 49 telnet 50 tig 51 tree 52 unrar 53 wget 54 xz 55 }}} 56 {{{ 57 ~$ brew list --cask 58 esun-webatm-activex 59 firefox 60 font-hack 61 google-chrome 62 google-cloud-sdk 63 joplin 64 messenger 65 microsoft-teams 66 pingid 67 skype 68 spectacle 69 visual-studio-code 70 vlc 71 vmware-horizon-client 72 zulu8 73 }}} 74 {{{ 75 #!graphviz 76 digraph "brew-dep" { rankdir=LR; node [shape=record]; 77 "ca-certificates"->"openssl@1.1"; "ca-certificates"->"openssl@3"; "ca-certificates"->"python@3.9"; "ca-certificates"->"wget"; "gdbm"->"python@3.9"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "heroku/brew/heroku-node"->"heroku"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "mpdecimal"->"python@3.9"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.9"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"python@3.9"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.9"; "xz"->"python@3.9"; "bash-completion"; "ca-certificates"; "fzf"; "gdbm"; "gettext"; "git-extras"; "gmp"; "go"; "heroku-node"; "jansson"; "libunistring"; "mpdecimal"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "rclone"; "readline"; "speedtest"; "telnet"; "tree"; "unrar"; "xz"; 78 } 79 }}}