diff options
Diffstat (limited to 'dotfilesrc')
| -rw-r--r-- | dotfilesrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dotfilesrc b/dotfilesrc new file mode 100644 index 0000000..f5d8526 --- /dev/null +++ b/dotfilesrc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | [dotfiles] | ||
| 2 | repository = ~/dotfiles | ||
| 3 | |||
| 4 | packages = ['config', | ||
| 5 | 'themes'] | ||
| 6 | |||
| 7 | ignore = [ | ||
| 8 | '.git', | ||
| 9 | '.gitignore', | ||
| 10 | '.gitmodules', | ||
| 11 | 'dotfiles*', | ||
| 12 | '*.swp', | ||
| 13 | 'README.md'] | ||
