Remove Nova and switch to VSCodium
This commit is contained in:
parent
02bf25792d
commit
85a84f0d72
@ -39,7 +39,7 @@ cask "musicbrainz-picard"
|
||||
cask "orbstack"
|
||||
cask "rectangle"
|
||||
cask "syntax-highlight"
|
||||
cask "visual-studio-code"
|
||||
cask "vscodium"
|
||||
cask "keyboard-maestro"
|
||||
cask "kaleidoscope"
|
||||
cask "contexts"
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
*.swp
|
||||
|
||||
**/.claude/settings.local.json
|
||||
.claude/*
|
||||
.nova/*
|
||||
CLAUDE.md
|
||||
|
||||
|
||||
@ -2640,7 +2640,7 @@
|
||||
<key>Use Selected Text Color (Dark)</key>
|
||||
<true/>
|
||||
<key>Use Selected Text Color (Light)</key>
|
||||
<true/>
|
||||
<false/>
|
||||
<key>Use Separate Colors for Light and Dark Mode</key>
|
||||
<true/>
|
||||
<key>Use Tab Color (Dark)</key>
|
||||
|
||||
@ -13,7 +13,7 @@ local DEFAULTS = {
|
||||
|
||||
local APPS = {
|
||||
browser = {{"Zen"}, {"Safari"}},
|
||||
editors = {DEFAULTS["EDITOR"], {"Xcode"}, {"Code", "Visual Studio Code"}, {"IntelliJ IDEA"}},
|
||||
editors = {DEFAULTS["EDITOR"], {"Nova"}, {"Xcode"}, {"Code", "Visual Studio Code", "VSCodium"}, {"IntelliJ IDEA"}},
|
||||
chats = {{"Microsoft Teams"}, {"Telegram"}},
|
||||
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
|
||||
music = {DEFAULTS["MUSIC"], {"Music"}},
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
if [ "$(uname)" = "Linux" ]; then
|
||||
/usr/local/bin/code $@
|
||||
else
|
||||
open -a "Visual Studio Code" $@
|
||||
open -a "VSCodium" $@
|
||||
fi
|
||||
|
||||
4
.zshrc
4
.zshrc
@ -250,6 +250,7 @@ fi
|
||||
### GO
|
||||
export GOROOT="/opt/homebrew/opt/golang/libexec"
|
||||
export GOPATH="${HOME}/src/go"
|
||||
export PATH="${GOPATH}/bin:${PATH}"
|
||||
|
||||
### PYTHON
|
||||
function load_pyenv() {
|
||||
@ -293,3 +294,6 @@ function git_branch_cache_clear() {
|
||||
|
||||
add-zsh-hook chpwd maybe_nvm_after_cd
|
||||
add-zsh-hook chpwd git_branch_cache_clear
|
||||
|
||||
# Added by Windsurf
|
||||
export PATH="/Users/tony_miller/.codeium/windsurf/bin:$PATH"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user