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 "orbstack"
|
||||||
cask "rectangle"
|
cask "rectangle"
|
||||||
cask "syntax-highlight"
|
cask "syntax-highlight"
|
||||||
cask "visual-studio-code"
|
cask "vscodium"
|
||||||
cask "keyboard-maestro"
|
cask "keyboard-maestro"
|
||||||
cask "kaleidoscope"
|
cask "kaleidoscope"
|
||||||
cask "contexts"
|
cask "contexts"
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
*.swp
|
*.swp
|
||||||
|
.claude/*
|
||||||
**/.claude/settings.local.json
|
.nova/*
|
||||||
|
CLAUDE.md
|
||||||
|
|
||||||
|
|||||||
@ -2640,7 +2640,7 @@
|
|||||||
<key>Use Selected Text Color (Dark)</key>
|
<key>Use Selected Text Color (Dark)</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Selected Text Color (Light)</key>
|
<key>Use Selected Text Color (Light)</key>
|
||||||
<true/>
|
<false/>
|
||||||
<key>Use Separate Colors for Light and Dark Mode</key>
|
<key>Use Separate Colors for Light and Dark Mode</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Tab Color (Dark)</key>
|
<key>Use Tab Color (Dark)</key>
|
||||||
|
|||||||
@ -13,7 +13,7 @@ local DEFAULTS = {
|
|||||||
|
|
||||||
local APPS = {
|
local APPS = {
|
||||||
browser = {{"Zen"}, {"Safari"}},
|
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"}},
|
chats = {{"Microsoft Teams"}, {"Telegram"}},
|
||||||
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
|
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
|
||||||
music = {DEFAULTS["MUSIC"], {"Music"}},
|
music = {DEFAULTS["MUSIC"], {"Music"}},
|
||||||
|
|||||||
@ -3,5 +3,5 @@
|
|||||||
if [ "$(uname)" = "Linux" ]; then
|
if [ "$(uname)" = "Linux" ]; then
|
||||||
/usr/local/bin/code $@
|
/usr/local/bin/code $@
|
||||||
else
|
else
|
||||||
open -a "Visual Studio Code" $@
|
open -a "VSCodium" $@
|
||||||
fi
|
fi
|
||||||
|
|||||||
4
.zshrc
4
.zshrc
@ -250,6 +250,7 @@ fi
|
|||||||
### GO
|
### GO
|
||||||
export GOROOT="/opt/homebrew/opt/golang/libexec"
|
export GOROOT="/opt/homebrew/opt/golang/libexec"
|
||||||
export GOPATH="${HOME}/src/go"
|
export GOPATH="${HOME}/src/go"
|
||||||
|
export PATH="${GOPATH}/bin:${PATH}"
|
||||||
|
|
||||||
### PYTHON
|
### PYTHON
|
||||||
function load_pyenv() {
|
function load_pyenv() {
|
||||||
@ -293,3 +294,6 @@ function git_branch_cache_clear() {
|
|||||||
|
|
||||||
add-zsh-hook chpwd maybe_nvm_after_cd
|
add-zsh-hook chpwd maybe_nvm_after_cd
|
||||||
add-zsh-hook chpwd git_branch_cache_clear
|
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