diff options
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 |