diff options
author | Ben Sima <ben@bsima.me> | 2018-06-13 21:17:41 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-13 21:17:41 -0700 |
commit | e64069598202953801dae80f80a0bf8c4bf73d18 (patch) | |
tree | b2a9c63f3885ce911d94762b1546862d3fe75506 /install.sh | |
parent | d12a8dcaa4ae02277eba7f754aee470d1ad6527c (diff) |
Move default location
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ #!/usr/bin/env sh +# +# Downloads and installs home-manager, then symlinks this directory where +# home-manager expects it. HM_PATH=https://github.com/rycee/home-manager/archive/release-18.03.tar.gz nix-shell $HM_PATH -A install + +ln -s ~/config ~/.config/nixpkgs |