summaryrefslogtreecommitdiff
path: root/install.sh
blob: cd0f747358e0938e66bd55d8b145a924b5df3806 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
#
# Downloads and installs home-manager, then symlinks this directory where
# home-manager expects it.

HM_PATH=https://github.com/rycee/home-manager/archive/master.tar.gz

nix-shell $HM_PATH -A install

[[ -L ~/config ]] && ln -s  ~/config ~/.config/nixpkgs