Changes between Initial Version and Version 1 of jazz/23-06-24


Ignore:
Timestamp:
Jun 24, 2023, 7:35:03 PM (22 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-06-24

    v1 v1  
     1= 2023-06-24 =
     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 git             libidn2         nmap            readline
     19ca-certificates git-extras      liblinear       oniguruma       tig
     20coreutils       glow            libssh2         openssl@1.1     tree
     21ddrescue        gmp             libunistring    openssl@3       unrar
     22dos2unix        htop            lua             pcre            wget
     23fzf             jansson         mtr             pcre2
     24gettext         jq              ncurses         rclone
     25}}}
     26{{{
     27~$ brew list --cask
     28esun-webatm-activex     joplin                  thunderbird
     29firefox                 pingid                  visual-studio-code
     30font-hack               skype                   vlc
     31google-chrome           spectacle               vmware-horizon-client
     32}}}
     33{{{
     34#!graphviz
     35digraph "brew-dep" { rankdir=LR; node [shape=record];
     36"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"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
     37}
     38}}}