Changes between Version 1 and Version 2 of jazz/20-10-05


Ignore:
Timestamp:
Oct 5, 2020, 5:54:33 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-10-05

    v1 v2  
    3030To automate the restart process with softwareupdate(8), use --restart.
    3131}}}
     32
     33== homebrew ==
     34{{{
     35~$ brew tap
     36homebrew/cask
     37homebrew/cask-fonts
     38homebrew/cask-versions
     39homebrew/core
     40homebrew/services
     41jlhonora/lsusb
     42}}}
     43{{{
     44~$ brew list
     45bash-completion icu4c           ncurses         pidof           unrar
     46coreutils       jq              nmap            protobuf        wget
     47dos2unix        libidn2         node            python@3.8      xz
     48gdbm            libunistring    oniguruma       readline
     49gettext         lsusb           openssl@1.1     sqlite
     50git             mosh            p7zip           tig
     51htop            mtr             pcre2           tree
     52}}}
     53{{{
     54~$ brew cask list
     55Warning: Calling brew cask list is deprecated! Use brew list --cask instead.
     56docker              font-hack           osxfuse             spectacle
     57firefox             joplin              pingid              tableau-public
     58flash-npapi         messenger           skype               visual-studio-code
     59font-dejavu-sans    mpv                 slack               zulu8
     60}}}
     61{{{
     62#!graphviz
     63digraph "brew-dep" { rankdir=LR; node [shape=record];
     64"gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz";
     65}
     66}}}