mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Added auto clone of doom profile
This commit is contained in:
parent
1e266371e8
commit
af5440ee8b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue