diff --git a/make.sh b/make.sh index 3eb818b..cfcf645 100755 --- a/make.sh +++ b/make.sh @@ -12,7 +12,7 @@ # ---------------------------------------------------------------------- # dotfiles directory -dir=~/.dotfiles +dir=~/Projects/dotfiles # list of files/folders to symlink in homedir files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private tm_properties" diff --git a/update.sh b/update.sh index 269ce04..3ce07e8 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ # ---------------------------------------------------------------------- # dotfiles directory -dir=~/.dotfiles +dir=~/Projects/dotfiles # list of files/folders to symlink in homedir files="aliases bashrc bash_profile bash_prompt gitconfig gitignore_global hushlogin private tm_properties"