universal-desktop-setup
Terminal, prompt, fetch banner and applications for a fresh machine.
Windows
irm tools.jheesbrough.dev/windows.ps1 | iex
Run from an elevated PowerShell prompt.
Read it first, without running it:
$env:UDS_EXTRACT_ONLY = 1; irm tools.jheesbrough.dev/windows.ps1 | iex
sha256 eaa8bf91808d19135f2dc704a45b6e6b1b87a6d0c90e6e491af144e910d788e3
macOS
curl -fsSL tools.jheesbrough.dev/macos.sh | bash
Run from Terminal. Homebrew asks for a password itself when it needs one.
Read it first, without running it:
UDS_EXTRACT_ONLY=1 bash <(curl -fsSL tools.jheesbrough.dev/macos.sh)
sha256 00ebe62cd8454d47a5fc70279e1fffdb019b79fb0da26c0e37133f9e39d8ca01