all repos — nixfiles @ 6f4c1e62e76d861f672d270348c5ef4f2cfec8e0

System and user configuration, managed by nix and home-manager

Installer: Create ~/projects/dotfiles if missing

Alan Pearce
commit

6f4c1e62e76d861f672d270348c5ef4f2cfec8e0

parent

367699e5b52629fa7da3a1faec5a54a5241d96a4

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M installinstall
@@ -5,6 +5,11 @@ pushd $HOME
setopt EXTENDED_GLOB +if [[ ! -d $target ]] +then + mkdir -pv $target +fi + if [[ -d ~/Library/LaunchAgents ]] then ln -sf $target/launchagents/* ~/Library/LaunchAgents