Changes returning to solo.io (#1)
1. Add ghostty config 2. Revise the nvim-lsp config to remedy deprecation warnings 3. Add back solo.zsh with enhancements Reviewed-on: #1 Co-authored-by: Jacob Bohanon <jacobbohanon@gmail.com> Co-committed-by: Jacob Bohanon <jacobbohanon@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
20
.gitconfig
20
.gitconfig
@@ -1,10 +1,14 @@
|
||||
[user]
|
||||
name = Jacob Bohanon
|
||||
email = jacobbohanon@gmail.com
|
||||
email = jacob.bohanon@solo.io
|
||||
signingkey = /home/jacob/.ssh/id_ed25519.pub
|
||||
[url "ssh://git@github.com/"]
|
||||
insteadOf = https://github.com/
|
||||
[url "ssh://git@git.nonahob.net:30009/"]
|
||||
[includeIf "gitdir:~/src/git.nonahob.net/"]
|
||||
path = ~/.gitconfig-personal
|
||||
[includeIf "gitdir:~/.dotfiles/"]
|
||||
path = ~/.gitconfig-personal
|
||||
[url "ssh://git@192.168.10.50:30009/"]
|
||||
insteadOf = https://git.nonahob.net/
|
||||
[tag]
|
||||
sort = version:refname
|
||||
@@ -30,9 +34,9 @@
|
||||
prompt = true
|
||||
[mergetool "nvimdiff"]
|
||||
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\" -c 'wincmd w' -c 'wincmd J'"
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
#[credential "https://github.com"]
|
||||
# helper =
|
||||
# helper = !/usr/bin/gh auth git-credential
|
||||
#[credential "https://gist.github.com"]
|
||||
# helper =
|
||||
# helper = !/usr/bin/gh auth git-credential
|
||||
|
||||
Reference in New Issue
Block a user