From fe4c606aeff156cce8da72d7e01f2510305ef039 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 20 Mar 2020 13:38:40 -0500 Subject: [PATCH] Don't use Dropbox for git repos. --- default.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.config.yml b/default.config.yml index b7312ff..950efdf 100644 --- a/default.config.yml +++ b/default.config.yml @@ -8,7 +8,7 @@ configure_osx: yes dotfiles_repo: https://github.com/geerlingguy/dotfiles.git dotfiles_repo_accept_hostkey: yes -dotfiles_repo_local_destination: ~/Dropbox/Development/GitHub/dotfiles +dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles dotfiles_files: - .zshrc - .gitignore