Compare commits

..

3 Commits

Author SHA1 Message Date
d607d27ad1 Remove keyboard maestro installation
Slowly migrating to dotfiles configurable, free (as in freedom), free
(as in beer) and open source software.
2025-10-13 12:12:05 +10:00
7fd2cd88e4 Remove Fork hotkey
I'm using lazygit now
2025-10-13 12:12:05 +10:00
e157cddae6 Fix temp dir path and remove windsurf crap 2025-10-13 12:12:05 +10:00
3 changed files with 6 additions and 8 deletions

View File

@ -44,7 +44,6 @@ cask "orbstack"
cask "rectangle"
cask "syntax-highlight"
cask "vscodium"
cask "keyboard-maestro"
cask "kaleidoscope"
cask "contexts"
cask "signal"

View File

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

@ -110,8 +110,9 @@ export GIT_EDITOR='bbedit --wait --resume'
export TEXEDIT='bbedit --wait --resume'
export LESSEDIT='bbedit --wait --resume'
### PATH
### ENV CONFIG
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'
@ -297,9 +298,7 @@ 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"