Changes between Initial Version and Version 1 of jazz/23-06-14
- Timestamp:
- Jun 14, 2023, 11:26:31 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/23-06-14
v1 v1 1 = 2023-06-14 = 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 ddrescue 22 dos2unix 23 fzf 24 gettext 25 git 26 git-extras 27 glow 28 gmp 29 htop 30 jansson 31 jq 32 libidn2 33 liblinear 34 libssh2 35 libunistring 36 lua 37 lua@5.3 38 mtr 39 ncurses 40 nmap 41 oniguruma 42 openssl@1.1 43 openssl@3 44 pcre 45 pcre2 46 rclone 47 readline 48 tig 49 tree 50 unrar 51 wget 52 }}} 53 {{{ 54 ~$ brew list --cask 55 esun-webatm-activex 56 firefox 57 font-hack 58 google-chrome 59 joplin 60 pingid 61 postman 62 skype 63 spectacle 64 thunderbird 65 visual-studio-code 66 vlc 67 vmware-horizon-client 68 zulu8 69 }}} 70 {{{ 71 #!graphviz 72 digraph "brew-dep" { rankdir=LR; node [shape=record]; 73 "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@3"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "glow"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; 74 } 75 }}}