Changes between Initial Version and Version 1 of jazz/23-01-27
- Timestamp:
- Jan 27, 2023, 11:24:57 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/23-01-27
v1 v1 1 = 2023-01-27 = 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 go 27 htop 28 jansson 29 jq 30 libidn2 31 libunistring 32 libusb 33 mtr 34 ncurses 35 oniguruma 36 openssl@1.1 37 pcre2 38 pkg-config 39 rclone 40 readline 41 sqlite 42 tig 43 tree 44 unrar 45 wget 46 xz 47 }}} 48 {{{ 49 ~$ brew list --cask 50 esun-webatm-activex 51 firefox 52 font-hack 53 google-chrome 54 joplin 55 macfuse 56 messenger 57 pingid 58 skype 59 spectacle 60 thunderbird 61 visual-studio-code 62 vlc 63 vmware-horizon-client 64 zulu8 65 }}} 66 {{{ 67 #!graphviz 68 digraph "brew-dep" { rankdir=LR; node [shape=record]; 69 "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"; "go"; "jansson"; "libunistring"; "libusb"; "ncurses"; "oniguruma"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz"; 70 } 71 }}}