= 2020-10-05 = == macOS == {{{ Warning: A newer Command Line Tools release is available. Update them from Software Update in System Preferences or run: softwareupdate --all --install --force If that doesn't show you an update run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install Alternatively, manually download them from: https://developer.apple.com/download/more/. }}} {{{ ~$ softwareupdate --all --install --force Software Update Tool Finding available software Downloaded macOS Catalina 10.15.7 Update Installing macOS Catalina 10.15.7 Update Done. You have installed one or more updates that requires that you restart your computer. Please restart immediately. To automate the restart process with softwareupdate(8), use --restart. }}} == homebrew == {{{ ~$ brew tap homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list bash-completion icu4c ncurses pidof unrar coreutils jq nmap protobuf wget dos2unix libidn2 node python@3.8 xz gdbm libunistring oniguruma readline gettext lsusb openssl@1.1 sqlite git mosh p7zip tig htop mtr pcre2 tree }}} {{{ ~$ brew cask list Warning: Calling brew cask list is deprecated! Use brew list --cask instead. docker font-hack osxfuse spectacle firefox joplin pingid tableau-public flash-npapi messenger skype visual-studio-code font-dejavu-sans mpv slack zulu8 }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "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"; } }}}