mirror of
https://github.com/kremalicious/dotfiles.git
synced 2025-02-17 07:27:25 +01:00
generator-assets config file
This commit is contained in:
parent
506ead584a
commit
c9ae684025
5
generator.json
Normal file
5
generator.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"generator-assets": {
|
||||||
|
"svg-enabled": true
|
||||||
|
}
|
||||||
|
}
|
2
make.sh
2
make.sh
@ -14,7 +14,7 @@
|
|||||||
# dotfiles directory
|
# dotfiles directory
|
||||||
dir=~/Projects/dotfiles
|
dir=~/Projects/dotfiles
|
||||||
# list of files/folders to symlink in homedir
|
# 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
|
# change to the dotfiles directory
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# dotfiles directory
|
# dotfiles directory
|
||||||
dir=~/Projects/dotfiles
|
dir=~/Projects/dotfiles
|
||||||
# list of files/folders to symlink in homedir
|
# 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
|
# change to the dotfiles directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user