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:
2026-06-01 11:40:47 -04:00
parent 52c0e15303
commit 369966726d
6 changed files with 169 additions and 72 deletions

View File

@@ -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