dotfiles/README.md

16 lines
310 B
Markdown
Raw Permalink Normal View History

2024-07-16 11:31:08 +10:00
# 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
```
2024-07-16 20:00:34 +10:00
* First time run:
```sh-session
nix run --extra-experimental-features "nix-command flakes"
```