Skip to content

Commit

Permalink
add readme thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 4, 2019
1 parent 5bf6664 commit c0ac5e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
# Dotfiles

My dotfiles.

1. check this out to `~/code/brian/dotfiles.nix`
2. install nix
3. install nix-darwin
4. run `./darwin.sh switch`

## Fixes

If Nix says:

```
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
```

```sh
mkdir -p /nix/var/nix/profiles/per-user/root
touch /nix/var/nix/profiles/per-user/root/channels
```

0 comments on commit c0ac5e4

Please sign in to comment.