Added auto clone of doom profile

This commit is contained in:
Nickiel12 2023-01-27 17:37:26 -08:00
parent 1e266371e8
commit af5440ee8b

View file

@ -19,6 +19,9 @@ in
if [ ! -d .emacs.d ]; then
${git} clone --depth 1 https://github.com/doomemacs/doomemacs .emacs.d
fi
if [ ! -d .doom.d ]; then
${git} clone https://github.com/Nickiel12/Nicks-Doom .doom.d
fi
'';
# mkdir -p .doom.d
# ${git} clone ${configRepoUrl} .doom.d