Compare commits
4 Commits
2f3ac9861f
...
f938609a0f
| Author | SHA1 | Date | |
|---|---|---|---|
| f938609a0f | |||
| 4b6abebf41 | |||
| ce84930d7e | |||
| 5a65221896 |
@@ -12,3 +12,7 @@
|
|||||||
[includeif "gitdir:~/work/"]
|
[includeif "gitdir:~/work/"]
|
||||||
path = ~/work/.gitconfig
|
path = ~/work/.gitconfig
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = osxkeychain
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[user]
|
|
||||||
email = caleb@flip.app
|
|
||||||
|
|
||||||
19
zsh/.zshrc
19
zsh/.zshrc
@@ -26,8 +26,9 @@ export PATH="/Users/caleb/.bun/bin:$PATH"
|
|||||||
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||||
|
|
||||||
# ---- SSH Shortcuts ----
|
# ---- SSH Shortcuts ----
|
||||||
alias pandora="ssh root@pandora.cortex.io"
|
alias radiata="ssh root@radiata.cortex.io"
|
||||||
alias miranda="ssh root@miranda.cortex.io"
|
alias pandora="ssh caleb@pandora.cortex.io"
|
||||||
|
alias miranda="ssh caleb@miranda.cortex.io"
|
||||||
|
|
||||||
# ---- convenience commands ----
|
# ---- convenience commands ----
|
||||||
alias editShell="vi ~/.zshrc"
|
alias editShell="vi ~/.zshrc"
|
||||||
@@ -55,8 +56,16 @@ source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
|
|||||||
# opencode
|
# opencode
|
||||||
export PATH=/Users/caleb/.opencode/bin:$PATH
|
export PATH=/Users/caleb/.opencode/bin:$PATH
|
||||||
|
|
||||||
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
# ZSH/Bash Completions
|
||||||
fpath=(/Users/caleb/.docker/completions $fpath)
|
fpath=(/Users/caleb/.docker/completions $fpath) #Docker
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
# End of Docker CLI completions
|
eval "$(op completion zsh)"; compdef _op op #1Password
|
||||||
|
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
complete -o nospace -C /opt/homebrew/bin/consul consul
|
||||||
|
complete -o nospace -C /opt/homebrew/bin/nomad nomad
|
||||||
|
complete -o nospace -C /opt/homebrew/bin/nomad vault
|
||||||
|
|
||||||
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
export PATH="$PATH:/Users/caleb/.lmstudio/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user