diff --git a/generator.json b/generator.json new file mode 100644 index 0000000..5c15c7b --- /dev/null +++ b/generator.json @@ -0,0 +1,5 @@ +{ + "generator-assets": { + "svg-enabled": true + } +} \ No newline at end of file diff --git a/make.sh b/make.sh index 08f6163..fc33503 100755 --- a/make.sh +++ b/make.sh @@ -14,7 +14,7 @@ # dotfiles directory dir=~/Projects/dotfiles # list of files/folders to symlink in homedir -files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties" +files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json" # ---------------------------------------------------------------------- # change to the dotfiles directory diff --git a/update.sh b/update.sh index 315cd99..32b9cc5 100755 --- a/update.sh +++ b/update.sh @@ -14,7 +14,7 @@ # dotfiles directory dir=~/Projects/dotfiles # list of files/folders to symlink in homedir -files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties" +files="aliases bashrc bash_profile bash_prompt gemrc gitconfig gitignore_global hushlogin private tm_properties generator.json" # ---------------------------------------------------------------------- # change to the dotfiles directory