From 7a0e754ccd33f21f97a0b7fd70e3474544ac5e53 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 12 Jun 2019 22:54:16 -0400 Subject: [PATCH] [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. --- .dotfiler.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .dotfiler.json diff --git a/.dotfiler.json b/.dotfiler.json new file mode 100644 index 0000000..c488063 --- /dev/null +++ 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" + ] +} -- libgit2 0.28.4