diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/gitconfig | 9 | ||||
| -rw-r--r-- | dotfiles/ssh/config | 4 |
2 files changed, 0 insertions, 13 deletions
diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig deleted file mode 100644 index a508e03..0000000 --- a/dotfiles/gitconfig +++ /dev/null @@ -1,9 +0,0 @@ -[user] - name = Skullheadx - email = andrew@montgomery.systems - -[pull] - rebase = true - -[url "git@github.com:"] - insteadOf = https://github.com/ diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config deleted file mode 100644 index 03b2c6e..0000000 --- a/dotfiles/ssh/config +++ /dev/null @@ -1,4 +0,0 @@ -Host github.com - AddKeysToAgent yes - IdentityFile ~/.ssh/id_ed25519 - |
