diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:14:10 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:25:54 -0700 |
| commit | 1212a9d32dbc809bcce679b9d36f3a233af3193e (patch) | |
| tree | 0c5927010e7b51eaccc412f44f076c67971fbe61 /git | |
| parent | 56ce88c7944443d7e097847a6bf0dadb66859c24 (diff) | |
| download | dotfiles-1212a9d32dbc809bcce679b9d36f3a233af3193e.tar.gz | |
Switch to stow
Diffstat (limited to 'git')
| -rw-r--r-- | git/.git_ignore | 8 | ||||
| -rw-r--r-- | git/.gitconfig | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/git/.git_ignore b/git/.git_ignore new file mode 100644 index 0000000..25b9412 --- /dev/null +++ b/git/.git_ignore @@ -0,0 +1,8 @@ +.*~ +\#*\# +.*.swp +*.pyc +.ropeproject +*.synctex.gz +*.fdb_latexmk +*.fls diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..a4472b1 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,12 @@ +[user] + name = Thibaut Horel + email = thibaut.horel@gmail.com +[color] + ui = true +[core] + editor = vim + excludesfile = ~/.git_ignore +[alias] + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- +[push] + default = simple |
