Changes between Initial Version and Version 1 of jazz/24-02-04


Ignore:
Timestamp:
Feb 4, 2024, 11:18:46 PM (5 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/24-02-04

    v1 v1  
     1= 2024-02-04 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6danielgtaylor/restish
     7heroku/brew
     8homebrew/cask
     9homebrew/cask-fonts
     10homebrew/cask-versions
     11homebrew/core
     12homebrew/services
     13jazzwang/lab
     14teamookla/speedtest
     15}}}
     16{{{
     17~$ brew list --formula
     18bash-completion
     19ca-certificates
     20coreutils
     21ddrescue
     22dos2unix
     23fzf
     24gettext
     25git
     26git-extras
     27gmp
     28htop
     29icu4c
     30jansson
     31jq
     32libdvdcss
     33libidn2
     34liblinear
     35libssh2
     36libtool
     37libunistring
     38lua
     39m4
     40mpdecimal
     41mtr
     42ncurses
     43nmap
     44oniguruma
     45openssl@1.1
     46openssl@3
     47pcre
     48pcre2
     49pkg-config
     50python@3.11
     51rclone
     52readline
     53sqlite
     54tig
     55tree
     56unrar
     57wget
     58xz
     59}}}
     60{{{
     61~$ brew list --cask
     62esun-webatm-activex
     63font-hack
     64google-chrome
     65joplin
     66pingid
     67skype
     68spectacle
     69visual-studio-code
     70vlc
     71vmware-horizon-client
     72}}}
     73{{{
     74#!graphviz
     75digraph "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}}}