Changes between Initial Version and Version 1 of jazz/24-02-04
- Timestamp:
- Feb 4, 2024, 11:18:46 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/24-02-04
v1 v1 1 = 2024-02-04 = 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 gmp 28 htop 29 icu4c 30 jansson 31 jq 32 libdvdcss 33 libidn2 34 liblinear 35 libssh2 36 libtool 37 libunistring 38 lua 39 m4 40 mpdecimal 41 mtr 42 ncurses 43 nmap 44 oniguruma 45 openssl@1.1 46 openssl@3 47 pcre 48 pcre2 49 pkg-config 50 python@3.11 51 rclone 52 readline 53 sqlite 54 tig 55 tree 56 unrar 57 wget 58 xz 59 }}} 60 {{{ 61 ~$ brew list --cask 62 esun-webatm-activex 63 font-hack 64 google-chrome 65 joplin 66 pingid 67 skype 68 spectacle 69 visual-studio-code 70 vlc 71 vmware-horizon-client 72 }}} 73 {{{ 74 #!graphviz 75 digraph "brew-dep" { rankdir=LR; node [shape=record]; 76 "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"openssl@3"; "ca-certificates"->"python@3.11"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"python@3.11"; "gettext"->"wget"; "gettext"->"xz"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua"->"nmap"; "m4"->"libtool"; "mpdecimal"->"python@3.11"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@3"->"libssh2"; "openssl@3"->"nmap"; "openssl@3"->"python@3.11"; "openssl@3"->"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"; "ddrescue"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "icu4c"; "jansson"; "libdvdcss"; "liblinear"; "libunistring"; "lua"; "m4"; "mpdecimal"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; 77 } 78 }}}