Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 650 Bytes

Nix-based setup

  1. Install Nix
xcode-select --install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
  1. Clone this repo to ~/dotfiles or similar.
git clone [email protected]://github.com/ratbag98/dotfiles.git
chmod +x apps/aarch64-darwin/apply
chmod +x apps/aarch64-darwin/build
chmod +x apps/aarch64-darwin/build-switch
chmod +x apps/aarch64-darwin/rollback
  1. Backup and remove any existing ~/.config.

  2. Build the setup.

nix run .#build
  1. Assuming no errors, run the setup:
nix run .#build-switch
  1. Open a new terminal and enjoy.