nixfiles/MACMINI_SETUP_GUIDE.md

26 lines
552 B
Markdown
Raw Normal View History

# Mac Mini Setup Guide
## First Install
### macOS installer
Country/Region: United Kingdom
Cognitive: Dark Theme
Turn On Hover Text
### Install Nix
```
sh <(curl -L https://nixos.org/nix/install) --daemon
```
### Clone Nixfiles
```
mkdir ~/Projects
cd ~/Projects
nix-shell -p git --run "git clone https://gitlab.com/ChaotiCryptidz/nixfiles"
2022-03-09 18:54:47 +00:00
```
### Bootstrap Nix-Darwin
```
2022-03-09 19:02:20 +00:00
nix --experimental-features "nix-command flakes" build .#darwinConfigurations.MacMini.system
./result/sw/bin/darwin-rebuild switch --flake .#darwinConfigurations.MacMini
2022-03-09 18:54:47 +00:00
```