diff --git a/bin/update-dotfiles.sh b/bin/update-dotfiles.sh index 3ea1ce8..6247a54 100755 --- a/bin/update-dotfiles.sh +++ b/bin/update-dotfiles.sh @@ -15,7 +15,7 @@ dir=~/Projects/dotfiles # list of files/folders to symlink in homedir -files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties generator.json npmrc bin" +files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private tm_properties npmrc bin" # ---------------------------------------------------------------------- @@ -70,4 +70,4 @@ source ~/.bash_profile echo "$(tput setaf 64)" # green echo "---------------------------------------------" echo " ✓ all done" -echo "$(tput sgr0)" # reset \ No newline at end of file +echo "$(tput sgr0)" # reset diff --git a/generator.json b/generator.json deleted file mode 100644 index 2b4da17..0000000 --- a/generator.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "generator-assets": { - "css-enabled": true, - "webp-enabled": true, - "include-ancestor-masks": true - } -} \ No newline at end of file