From 55fa1877fdf6bfb6388ac54a74ef096338da0c3a Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 28 May 2020 00:18:40 -0400 Subject: [PATCH] cleanup: Remove custom 'dotfiler' manifest I had a fun time whipping up a dotfile manager as a hobby project. This isn't used anymore, so no need to keep it around in the repo. --- .dotfiler.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .dotfiler.json diff --git a/.dotfiler.json b/.dotfiler.json deleted file mode 100644 index e8bd11b..0000000 --- a/.dotfiler.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "HOME_DOTS": [ - "bash", - "gdb", - "perl", - "screen", - "tmux", - "X11", - "zsh" - ], - "XDG_DOTS": [ - "mutt", - "nvim", - "git", - "offlineimap" - ], - "SKIP_FILES": [ - "cpanfile", - "README.md" - ] -} -- libgit2 0.28.4