close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of jazz/22-01-17


Ignore:
Timestamp:
Jan 17, 2022, 10:09:24 AM (3 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/22-01-17

    v1 v1  
     1= 2022-01-17 =
     2
     3== homebrew ==
     4{{{
     5~$ brew tap
     6homebrew/cask
     7homebrew/cask-fonts
     8homebrew/cask-versions
     9homebrew/core
     10homebrew/services
     11jazzwang/lab
     12}}}
     13{{{
     14~$ brew list --formula
     15bash-completion git             mtr             pcre2           tree
     16ca-certificates git-extras      ncurses         pidof           unrar
     17coreutils       gmp             nmap            rclone          wget
     18dos2unix        htop            oniguruma       readline
     19fzf             libidn2         openssl@1.1     sqlite
     20gettext         libunistring    p7zip           tig
     21}}}
     22{{{
     23~$ brew list --cask
     24esun-webatm-activex        messenger                  vlc
     25firefox                    pingid                     vmware-horizon-client
     26font-hack                  skype                      zulu8
     27google-chrome              spectacle
     28joplin                     visual-studio-code
     29}}}
     30{{{
     31#!graphviz
     32digraph "brew-dep" { rankdir=LR; node [shape=record];
     33"ca-certificates"->"openssl@1.1"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "rclone"; "readline"; "tree"; "unrar";
     34}
     35}}}