From b7ea73e72f35b0702631eea24c22211b592491a1 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 22 Oct 2018 21:47:42 +0200 Subject: [PATCH] [dotbot] fix config --- install.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.conf.json b/install.conf.json index f2b40d4..0e9e217 100644 --- a/install.conf.json +++ b/install.conf.json @@ -17,7 +17,7 @@ ["mkdir -p ~/.config/i3status", "Creating i3-status dir"], ["mkdir -p ~/.config/dunst", "Creating dunst dir"], ["mkdir -p ~/.config/pacaur", "Creating pacaur dir"], - ["mkdir -p ~/.config/redshift/hooks", "Creating redshift dir"] + ["mkdir -p ~/.config/redshift/hooks", "Creating redshift dir"], ["mkdir -p ~/.vim/", "Creating vim dir"] ] },