Changes between Version 1 and Version 2 of jazz/23-02-16
- Timestamp:
- Feb 16, 2023, 9:55:08 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/23-02-16
v1 v2 16 16 {{{ 17 17 ~$ brew list --formula 18 bash-completion git jq libusb ncurses pcre2 sqlite xz 19 ca-certificates git-extras libidn2 lsusb nmap pkg-config tig 20 coreutils gmp liblinear lua@5.3 oniguruma python@3.11 tree 21 fzf htop libssh2 mpdecimal openssl@1.1 rclone unrar 22 gettext jansson libunistring mtr pcre readline wget 18 bash-completion gmp libunistring openssl@1.1 tree 19 ca-certificates htop libusb pcre unrar 20 coreutils jansson lua@5.3 pcre2 wget 21 fzf jq mtr rclone 22 gettext libidn2 ncurses readline 23 git liblinear nmap sqlite 24 git-extras libssh2 oniguruma tig 23 25 }}} 24 26 {{{ 25 27 ~$ brew list --cask 26 esun-webatm-activex google-chrome messenger spectacle vlc 27 firefox joplin pingid tableau-public vmware-horizon-client 28 font-hack macfuse skype visual-studio-code zulu8 28 esun-webatm-activex macfuse tableau-public 29 firefox messenger visual-studio-code 30 font-hack pingid vlc 31 google-chrome skype vmware-horizon-client 32 joplin spectacle zulu8 29 33 }}} 30 34 {{{ 31 35 #!graphviz 32 36 digraph "brew-dep" { rankdir=LR; node [shape=record]; 33 "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->" python@3.11"; "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"; "mpdecimal"->"python@3.11"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.11"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"python@3.11"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.11"; "xz"->"python@3.11"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "libusb"; "lsusb"; "lua@5.3"; "mpdecimal"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz";37 "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"->"sqlite"; "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"; 34 38 } 35 39 }}}