mirror of https://github.com/bjeanes/dotfiles.git
16 lines
310 B
Markdown
16 lines
310 B
Markdown
# Bo's Dot Files
|
|
|
|
## Install
|
|
|
|
* Install Nix, using determinate systems' installer:
|
|
|
|
```sh-session
|
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
|
```
|
|
|
|
* First time run:
|
|
|
|
```sh-session
|
|
nix run --extra-experimental-features "nix-command flakes"
|
|
```
|