dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 4fc143daa0939fc19af4b6e03cdf296ccb04982e
parent eefe9d0db013ccc9f688c4525a599c39b7fff047
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 14:44:40 -0500

Explicitly include files.

Diffstat:
M.gitignore | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -6,7 +6,15 @@
 
 # Config files.
 !.config
-!.config/*
-!.config/*/*
+!.config/gtk-3.0
+!.config/gtk-3.0/*
+!.config/sway
+!.config/sway/*
+!.config/mako
+!.config/mako/*
+!.config/rofi
+!.config/rofi/*
+!.config/rofi-pass
+!.config/rofi-pass/*
 !.profile
 !.zprofile 
\ No newline at end of file