diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-28 20:54:07 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-28 20:54:07 -0400 |
commit | 58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24 (patch) | |
tree | e784d3e647f13a7ccdcc024b33be61edf782b120 /git | |
parent | 08146d0e9a7916a3ace810c30ca52d1721d1a00f (diff) | |
download | configs-58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24.tar.gz configs-58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24.tar.xz configs-58cbbce26dd7afdf798c4a2970ffd7d54f1b3c24.zip |
[rc] add latexmk config and clean up
Diffstat (limited to 'git')
-rw-r--r-- | git/.gitconfig | 15 | ||||
-rwxr-xr-x | git/.gitignore_global | 5 |
2 files changed, 0 insertions, 20 deletions
diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100644 index 158c670..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,15 +0,0 @@ -[user] - email = amin@aminb.org - name = Amin Bandali -# signingkey = 4E05246AB0BF7FFB -# [commit] -# gpgsign = true -# [format] -# signoff = true - -[alias] - git = !exec git -[core] - autocrlf = input -[color] - ui = auto diff --git a/git/.gitignore_global b/git/.gitignore_global deleted file mode 100755 index 4ddea22..0000000 --- a/git/.gitignore_global +++ /dev/null @@ -1,5 +0,0 @@ -*.orig -*.py[co] -*.sublime-workspace -*~ -.DS_Store |