commit 55fa1877fdf6bfb6388ac54a74ef096338da0c3a (patch)
parent af2f2c0bb7d4ac9f25f7aa919254b0f2ab2c1bc8
Author: Alex Karle <alex@karle.co>
Date: Thu, 28 May 2020 00:18:40 -0400
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.
Diffstat:
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/.dotfiler.json b/.dotfiler.json
@@ -1,21 +0,0 @@
-{
- "HOME_DOTS": [
- "bash",
- "gdb",
- "perl",
- "screen",
- "tmux",
- "X11",
- "zsh"
- ],
- "XDG_DOTS": [
- "mutt",
- "nvim",
- "git",
- "offlineimap"
- ],
- "SKIP_FILES": [
- "cpanfile",
- "README.md"
- ]
-}