These are my aliases, scripts and other defaults. This is the first thing I install on a new environment.
mkdir -p ~/git
cd ~/git
git clone https://github.com/eyjohn/dotfiles.git
cd dotfiles
./install.sh
Run as admin:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eyjohn/dotfiles/main/windows.ps1'))