From 8ea08bdb30430a6c3907b3ae2f8f1ea990fc0e79 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 24 Jul 2014 20:55:09 -0700 Subject: [PATCH] [config] Stow ~/.config Stowed so that these are synced w/Dropbox, but ignored since there's nothing here that needs to be in git. --- .gitignore | 2 ++ ansible/config.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd85c70..c09d327 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.hosts *.private + +config/.config diff --git a/ansible/config.yml b/ansible/config.yml index 3ed7430..04a9f06 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -15,6 +15,7 @@ - hosts: all vars: stow_packages: + - config - git - ruby - ssh