Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Nov 8, 2020
1 parent 8b1e5ea commit 4075526
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dotfiles: System Configuration with Nix
# MacOS System Configuration with Nix

[![Build Status](https://travis-ci.com/kclejeune/dotfiles.svg?branch=master)](https://travis-ci.com/kclejeune/dotfiles)

Expand All @@ -16,13 +16,13 @@ fi

## Cloning Dotfiles

Spawn a shell with `yadm`, clone the repository, and run the bootstrapping script:
Clone this repository into `~/.nixpkgs` with

```bash
nix-shell -p yadm --run "yadm clone --bootstrap https://github.com/kclejeune/dotfiles"
```
git clone https://github.com/kclejeune/system ~/.nixpkgs
```

The bootstrap script will clone this repo, build the configuration, and install Homebrew for additional dependencies if we're in a macOS environment.
Install nix-darwin and home-manager. Then, run `darwin-rebuild switch`.

## Installing Homebrew dependencies

Expand Down

0 comments on commit 4075526

Please sign in to comment.