Initial commit with a first start on my Ansible dotfiles

This commit is contained in:
Pierre Martin
2015-09-20 23:33:57 +02:00
parent 24ed775def
commit 5ed75b6d46
6 changed files with 85 additions and 0 deletions

17
templates/gitconfig.j2 Normal file
View File

@@ -0,0 +1,17 @@
# {{ansible_managed}}
[user]
email=pierre@occitech.fr
name=Pierre Martin
[alias]
co = checkout
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = vim
filemode = false