This repo is mostly for me but you're welcome to make suggestions.
- Arrange icons in launchpad
- Start terminal
bash -c "$(curl -fsSL https://raw.githubusercontent.com/brianschmitt/dotfiles/master/install)"- Install developer tools if prompted
- Sign into appstore while shell executes
- Run the following for hidpi on external display
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"- Start Powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
winget install git.git
# restart powershell session to add git to path
git clone https://github.com/brianschmitt/dotfiles.git
. ~/dotfiles/win/bootstrap.ps1- Restore any files/registry from cloud backup
bash -c "$(curl -fsSL https://raw.githubusercontent.com/brianschmitt/dotfiles/main/install)"