🧹 cleaning up some old docs, etc
This commit is contained in:
22
README.md
22
README.md
@@ -1,15 +1,13 @@
|
||||
# dotfiles
|
||||
|
||||
My config files and things. May contain cruft.
|
||||
This is how I manage my workstations. Currently using [nix](https://nixos.org) (and nix-darwin).
|
||||
|
||||
## Installation
|
||||
|
||||
Using [homesick](https://rubygems.org/gems/homesick):
|
||||
|
||||
gem install homesick
|
||||
homesick clone git@github.com:walkah/dotfiles.git
|
||||
homesick symlink dotfiles
|
||||
|
||||
## Updates
|
||||
|
||||
homesick pull dotfiles && homesick symlink dotfiles
|
||||
## Install
|
||||
|
||||
1. Install nix (daemon mode): `sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --daemon`
|
||||
1. Install nix-darwin:
|
||||
* `nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer`
|
||||
* `./result/bin/darwin-installer`
|
||||
1. Add home-manager channel: `nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager`
|
||||
1. Link `./darwin/configuration.nix` to `~/.nixpkgs/darwin-configuration.nix`
|
||||
1. Run `darwin-rebuild switch`
|
||||
|
Reference in New Issue
Block a user