diff options
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,4 +7,7 @@ HM_PATH=https://github.com/rycee/home-manager/archive/master.tar.gz nix-shell $HM_PATH -A install +# macOS doesn't have a ~/.config directory by default +mkdir -p ~/.config + [[ -L ~/config ]] && ln -s ~/config ~/.config/nixpkgs |