From 9ab92cd4ddf3e0e6cd3ff65243632b437e8d7d66 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 12 Feb 2021 15:27:34 -0500 Subject: [PATCH] Add Mackup config --- mackup.cfg | 7 +++++++ rcrc | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 mackup.cfg create mode 100644 rcrc diff --git a/mackup.cfg b/mackup.cfg new file mode 100644 index 0000000..5b13dae --- /dev/null +++ b/mackup.cfg @@ -0,0 +1,7 @@ +[storage] +engine = file_system +path = dotfiles-local + +[applications_to_sync] +iterm2 + diff --git a/rcrc b/rcrc new file mode 100644 index 0000000..d63ca13 --- /dev/null +++ b/rcrc @@ -0,0 +1,3 @@ +EXCLUDES="README*.md LICENSE Mackup" +DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles" +COPY_ALWAYS="git_template/HEAD"