aboutsummaryrefslogtreecommitdiffstats
path: root/dotfilesrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
commitd0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch)
treed493b4afd8268adb3e1f374cd73e5db662f260d6 /dotfilesrc
parentb86e22c339276441f344d61ad104a7cebd3b5858 (diff)
downloaddotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip
Moved from stow to dotfiles for dotfile management
Diffstat (limited to 'dotfilesrc')
-rw-r--r--dotfilesrc13
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]
2repository = ~/dotfiles
3
4packages = ['config',
5 'themes']
6
7ignore = [
8 '.git',
9 '.gitignore',
10 '.gitmodules',
11 'dotfiles*',
12 '*.swp',
13 'README.md']