summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-01-04 10:25:34 -0700
committerJordan <me@jordan.im>2021-01-04 10:25:34 -0700
commit530085d2c664d1bcf3fc0a94806182962724523e (patch)
tree54f9748f18e4082ede771574bd3a3ec110ea27d1
parent6ad8924ed92c485456f3092c4b24ed21a733263f (diff)
downloaddotfiles-530085d2c664d1bcf3fc0a94806182962724523e.tar.gz
dotfiles-530085d2c664d1bcf3fc0a94806182962724523e.zip
.gitconfig and .gitignore
-rw-r--r--.gitconfig6
-rw-r--r--.gitignore3
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..1f37e9c
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,6 @@
+[user]
+ email = me@jordan.im
+ name = Jordan
+[core]
+ editor = vim
+ excludesfile = ~/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d669bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.swp
+*.swo
+__pycache__