Changes returning to solo.io
1. Add ghostty config 2. Revise the nvim-lsp config to remedy deprecation warnings 3. Add back solo.zsh with enhancements
This commit is contained in:
18
.gitconfig
18
.gitconfig
@@ -4,6 +4,12 @@
|
||||
signingkey = /home/jacob/.ssh/id_ed25519.pub
|
||||
[url "ssh://git@github.com/"]
|
||||
insteadOf = https://github.com/
|
||||
[user]
|
||||
name = Jacob Bohanon
|
||||
email = jacobbohanon@gmail.com
|
||||
signingkey = /home/jacob/.ssh/id_ed25519.pub
|
||||
[url "ssh://git@192.168.10.50:30009/"]
|
||||
insteadOf = https://git.nonahob.net/
|
||||
[tag]
|
||||
sort = version:refname
|
||||
[init]
|
||||
@@ -28,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