Compare commits

3 Commits

Author SHA1 Message Date
f6fe9edf3f Merge branch 'main' into ghostty-nvim_lsp-solo_zsh 2026-06-01 12:03:56 -04:00
6616efec54 update gitconfig to use personal email for specific paths 2026-06-01 11:58:06 -04:00
369966726d 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
2026-06-01 11:40:47 -04:00
3 changed files with 2 additions and 14 deletions

View File

@@ -19,8 +19,3 @@ lines = 115
[window.position]
x = 1550
y = 0
[keyboard]
bindings = [
{ key = "Return", mods = "Shift", chars = "\n" }
]

View File

@@ -1,8 +1 @@
font-family = "FiraCode Nerd Font Mono"
background-opacity = 0.8
command = "/usr/bin/zsh -c 'tmux attach || tmux'"
initial-command = "/usr/bin/zsh -c 'tmux attach || tmux'"
keybind = shift+enter=text:\n

View File

@@ -1,6 +1,6 @@
#!/usr/bin/bash -e
branch=$(git status|head -1|cut -f3 -d\ )
git checkout $(git_main_branch)
git checkout main
git pull
git checkout "$branch"
git merge $(git_main_branch)
git merge main