Install dependencies
xcode-select --install
softwareupdate --install-rosetta
Install nix from Determinate Systems
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Clone this repo
mkdir ~/.ssh && \
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts && \
git clone https://github.com/liamawhite/os.git && \
cd os && rm -rf ~/.ssh/known_hosts
Configure your system!
nix --extra-experimental-features 'nix-command flakes' run .#macos-switch
Its probably possible to automate these steps but I've not had time to research how.
- Remove mission control control arrow bindings. Settings -> Keyboard -> shortcuts -> Mission Control -> All ^ shortcuts.
Once bootstrapped, you can just use ./switch
switch