From 501c28c8f1d477fc60f0f9febe40039415817e81 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 Sep 2018 18:33:50 -0700 Subject: Accomodate installing on macOS --- install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index cd0f747..2630d04 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3