1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Mackup config

This commit is contained in:
Daniel Barber 2021-02-12 15:27:34 -05:00
parent 46f0a69f32
commit 9ab92cd4dd
2 changed files with 10 additions and 0 deletions

7
mackup.cfg Normal file
View File

@ -0,0 +1,7 @@
[storage]
engine = file_system
path = dotfiles-local
[applications_to_sync]
iterm2

3
rcrc Normal file
View File

@ -0,0 +1,3 @@
EXCLUDES="README*.md LICENSE Mackup"
DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
COPY_ALWAYS="git_template/HEAD"