Compare commits
No commits in common. "d607d27ad1b78052ac92ae4b98bc7554042500cc" and "009957d00c91b1a68141741726a4462bb5969972" have entirely different histories.
d607d27ad1
...
009957d00c
@ -44,6 +44,7 @@ cask "orbstack"
|
||||
cask "rectangle"
|
||||
cask "syntax-highlight"
|
||||
cask "vscodium"
|
||||
cask "keyboard-maestro"
|
||||
cask "kaleidoscope"
|
||||
cask "contexts"
|
||||
cask "signal"
|
||||
|
||||
@ -247,9 +247,9 @@ hs.hotkey.bind({"ctrl", "alt"}, "F", function()
|
||||
end)
|
||||
|
||||
-- Fork {{{3
|
||||
--hs.hotkey.bind({"cmd", "alt", "ctrl"}, "G", function()
|
||||
-- app_toggle({"Fork"})
|
||||
--end)
|
||||
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "G", function()
|
||||
app_toggle({"Fork"})
|
||||
end)
|
||||
|
||||
-- Mail {{{3
|
||||
hs.hotkey.bind({"cmd", "alt"}, "M", function()
|
||||
|
||||
7
.zshrc
7
.zshrc
@ -110,9 +110,8 @@ export GIT_EDITOR='bbedit --wait --resume'
|
||||
export TEXEDIT='bbedit --wait --resume'
|
||||
export LESSEDIT='bbedit --wait --resume'
|
||||
|
||||
### ENV CONFIG
|
||||
### PATH
|
||||
export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.cargo/bin:/opt/homebrew/opt/rustup/bin:/Applications/IntelliJ IDEA.app/Contents/MacOS:/usr/local/bin:${GOROOT}/bin:$PATH"
|
||||
export TMPDIR=$(getconf DARWIN_USER_TEMP_DIR)
|
||||
|
||||
### ALIASES
|
||||
alias d='docker'
|
||||
@ -298,7 +297,9 @@ 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"
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user