commit b99d21c73f38025e9db9686b2cc2227f87502d01 parent 855e349dae132a531b645cfee5363662079c3b35 Author: Vincent Demeester <vincent@sbr.pm> Date: Thu, 2 Aug 2018 17:48:19 +0200 Add README Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +# Home configuration files + +This repository is using `home-manager` and `nix`. + +- clone this repository in `$HOME/.config/nixpkgs` +- run `nix-shell https://github.com/rycee/home-manager/archive/master.tar.gz -A install` (maybe twice :D) +- run `echo -n "Passphrase: "; read -i PASSPHRASE; env PASSPHRASE=$PASSPHRASE home-manager switch;`+ \ No newline at end of file