commit 7a0e754ccd33f21f97a0b7fd70e3474544ac5e53 (patch)
parent 84357f9dbd265d4b7f6ad2b6e99ce21cde1a3f7b
Author: Alex Karle <alex@karle.co>
Date: Wed, 12 Jun 2019 22:54:16 -0400
[cleanup] add .dotfiler.json
I am prototyping a dotfile management tool, and this file is the
configuration file needed to teach the tool where to link.
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/.dotfiler.json b/.dotfiler.json
@@ -0,0 +1,20 @@
+{
+ "HOME_DOTS": [
+ "bash",
+ "gdb",
+ "git",
+ "perl",
+ "screen",
+ "tmux",
+ "X11",
+ "zsh"
+ ],
+ "XDG_DOTS": [
+ "alacritty",
+ "nvim"
+ ],
+ "SKIP_FILES": [
+ "cpanfile",
+ "README.md"
+ ]
+}