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