1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-06-12 17:25:26 -04:00

stuff and things

This commit is contained in:
2026-04-29 20:10:40 -04:00
parent 102dff6d61
commit c2765175df
7 changed files with 104 additions and 340 deletions
+5 -32
View File
@@ -15,46 +15,19 @@ background-blur = true
# Cursor (bar style, matching iTerm2 cursor type 1)
cursor-style = bar
# Shell
command = /opt/homebrew/bin/zsh
# Scrollback (unlimited)
scrollback-limit = 10000000
# Option key behavior (left=esc, right=normal)
macos-option-as-alt = left
# Colors
# Theme
theme = Material Darker
#background = none
# background = #141414
# foreground = #edf0eb
# cursor-color = #eaeaea
# selection-background = #bcc085
# selection-foreground = #141414
# # ANSI colors (normal)
# palette = 0=#000000
# palette = 1=#ff5c57
# palette = 2=#5af78e
# palette = 3=#f3f99d
# palette = 4=#57c7ff
# palette = 5=#ff6ac1
# palette = 6=#9aedfe
# palette = 7=#f1f1f0
# # ANSI colors (bright)
# palette = 8=#000000
# palette = 9=#ff5c57
# palette = 10=#5af78e
# palette = 11=#f3f99d
# palette = 12=#57c7ff
# palette = 13=#ff6ac1
# palette = 14=#9aedfe
# palette = 15=#f1f1f0
# Other settings matching iTerm2
copy-on-select = false
# confirm-close-surface = false
shell-integration-features = true
macos-titlebar-style = tabs
working-directory = home
window-inherit-working-directory = false
tab-inherit-working-directory = true
+2
View File
@@ -1,5 +1,6 @@
[settings]
idiomatic_version_file_enable_tools = ["node"]
experimental = true
[settings.python]
compile = false
@@ -9,4 +10,5 @@ bun = "latest"
node = "24"
python = ["3.14", "3.13", "3.12", "3.11"]
ruby = "latest"
rust = "latest"
uv = "latest"
+13
View File
@@ -3,3 +3,16 @@ eslint
prettier
turbo
vercel
typescript
typescript-language-server
agent-browser
@vercel/next-browser
webreel
eas-cli
@jakejarvis/acai
portless
oxlint
wrangler
firebase-tools
@google/gemini-cli
skills
+1
View File
@@ -27,6 +27,7 @@
defaultBranch = main
[push]
default = tracking
autoSetupRemote = true
[pull]
rebase = true
[commit]
+5 -1
View File
@@ -35,4 +35,8 @@ Temporary Items
# allow
!.gitkeep
.claude/*.local.*
**/.claude/*.local.*
**/.claude/*.lock
.pnpm-store/
.tmp/
+2
View File
@@ -0,0 +1,2 @@
# Vite+ bin (https://viteplus.dev)
. "$HOME/.vite-plus/env"
+76 -307
View File
@@ -20,22 +20,13 @@ select-word-style bash
autoload -Uz url-quote-magic && \
zle -N self-insert url-quote-magic
zstyle ":urlglobber" url-other-schema ftp git gopher http https magnet && \
zstyle ":urlglobber" url-other-schema ftp git gopher http https magnet
export DISABLE_MAGIC_FUNCTIONS=true # make pasting into terminal faster
# enable bash-like 'help' command for zsh:
# https://stackoverflow.com/questions/4405382/how-can-i-read-documentation-about-built-in-zsh-commands
unalias run-help 2>/dev/null
autoload run-help
alias help=run-help
# ---
setopt notify
setopt complete_aliases
# setopt complete_in_word
# setopt always_to_end
setopt extended_history
setopt hist_expire_dups_first
setopt hist_ignore_dups
@@ -47,7 +38,7 @@ setopt rc_quotes
setopt extended_glob
setopt glob_dots
unsetopt case_glob
unsetopt beep # kindly stfu
unsetopt beep
unsetopt list_beep
unsetopt correct
unsetopt correct_all
@@ -65,7 +56,7 @@ export HISTFILE="${HISTFILE:-$HOME/.zsh_history}"
export HISTSIZE=10000
export SAVEHIST=10000
export EDITOR="nano" # don't judge me
export EDITOR="nano"
export VISUAL="cursor --wait"
export PAGER="less"
@@ -78,24 +69,22 @@ if tty -s 2>/dev/null; then
export GPG_TTY
fi
#export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox"
export BROWSER="/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser"
export BROWSER="open -a 'Brave Browser'"
# https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
if [[ -S "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" ]]; then
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
fi
export HOMEBREW_CASK_OPTS="--appdir=/Applications" # --require-sha
export HOMEBREW_FORCE_BREWED_CURL=1
export HOMEBREW_FORCE_BREWED_GIT=1
###########################
# Env vars
###########################
# homebrew tweaks
export HOMEBREW_FORCE_BREWED_CA_CERTIFICATES=1
export HOMEBREW_FORCE_BREWED_CURL=1
export HOMEBREW_FORCE_BREWED_GIT=1
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ENV_HINTS=1
export HOMEBREW_NO_INSECURE_REDIRECT=1
@@ -103,7 +92,6 @@ export HOMEBREW_NO_INSECURE_REDIRECT=1
# docker tweaks
export DOCKER_BUILDKIT=1
export DOCKER_SCAN_SUGGEST=false
export COMPOSE_DOCKER_CLI_BUILD=1
# npm tweaks
export DISABLE_OPENCOLLECTIVE=1
@@ -116,17 +104,13 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
export MISE_NODE_COREPACK=1
# can everyone stop being so creepy pls
export DO_NOT_TRACK=1
export AZURE_CORE_COLLECT_TELEMETRY=0
export CHECKPOINT_DISABLE=1
export CLI_COLLECT_METRICS=0
export CLOUDSDK_CORE_DISABLE_USAGE_REPORTING=true
export DOTNET_CLI_TELEMETRY_OPTOUT=true
export GATSBY_TELEMETRY_DISABLED=1
export NEXT_TELEMETRY_DISABLED=1
export POWERSHELL_TELEMETRY_OPTOUT=1
export SAM_CLI_TELEMETRY=0
export SLS_TELEMETRY_DISABLED=1
export VAGRANT_CHECKPOINT_DISABLE=1
export TURBO_TELEMETRY_DISABLED=1
export YARN_ENABLE_TELEMETRY=0
@@ -182,7 +166,7 @@ if [[ -d "$HOME/.cache/.bun" ]]; then
path=("$HOME/.cache/.bun/bin" $path)
fi
# uv, apparently?
# XDG-standard user bin (uv, pipx, cargo-installed binaries, etc.)
if [[ -d "$HOME/.local/bin" ]]; then
path=("$HOME/.local/bin" $path)
fi
@@ -192,12 +176,14 @@ if [[ -d "$HOME/.docker/bin" ]]; then
path=("$HOME/.docker/bin" $path)
fi
# orbstack
if [[ -d "$HOME/.orbstack" ]]; then
source "$HOME/.orbstack/shell/init.zsh" 2>/dev/null || :
fi
if [[ -d "$HOME/.opencode" ]]; then
path=("$HOME/.opencode/bin" $path)
# Vite+ bin (https://viteplus.dev)
if [[ -d "$HOME/.vite-plus" ]]; then
source "$HOME/.vite-plus/env"
fi
# let zsh sort out formatting and deduplication
@@ -205,6 +191,33 @@ typeset -aU path fpath manpath
export PATH FPATH MANPATH
###########################
# Tools
###########################
# bat (better cat)
if command -v bat &>/dev/null; then
export BAT_THEME="base16"
export MANPAGER='sh -c "col -bx | bat --color=always --style=plain --language=man"'
fi
# fzf: env vars first, then source brew-shipped key-bindings
if command -v fzf &>/dev/null; then
export FZF_FD_OPTS="--color always --hidden --follow --exclude .git --exclude node_modules"
export FZF_PREVIEW_FILE_COMMAND="bat --color=always --paging=never --style=plain"
export FZF_PREVIEW_DIR_COMMAND="eza -1a --color=always --icons --group-directories-first"
export FZF_DEFAULT_OPTS="--cycle --select-1 --exit-0 --height=60% --no-mouse --bind=\"tab:accept,ctrl-y:preview-page-up,ctrl-v:preview-page-down,ctrl-e:execute-silent(\${VISUAL:-\$EDITOR} {+} >/dev/null 2>&1)\""
export FZF_DEFAULT_COMMAND="fd --type f $FZF_FD_OPTS"
export FZF_ALT_C_OPTS="-i --ansi --preview=\"$FZF_PREVIEW_DIR_COMMAND {}\""
export FZF_ALT_C_COMMAND="fd --type d . $FZF_FD_OPTS"
export FZF_CTRL_T_OPTS="-i --ansi --bind=\"ctrl-w:execute(\$EDITOR {1} >/dev/tty </dev/tty)+refresh-preview\" --preview=\"$FZF_PREVIEW_FILE_COMMAND {} 2>/dev/null\""
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
[[ -n "$HOMEBREW_PREFIX" && -f "$HOMEBREW_PREFIX/opt/fzf/shell/key-bindings.zsh" ]] && \
source "$HOMEBREW_PREFIX/opt/fzf/shell/key-bindings.zsh"
fi
###########################
# Aliases
###########################
@@ -212,20 +225,21 @@ export PATH FPATH MANPATH
# allow sudo-able aliases
alias sudo="sudo "
# colorful ls
alias ls="ls -G --color=auto"
alias ll="ls -lah"
# colorful ls (prefer eza if available)
if command -v eza &>/dev/null; then
alias ls='eza --color=auto -GF --icons --group-directories-first'
alias ll='eza --color=auto -1laF --git --icons --group-directories-first --ignore-glob=".DS_Store*|~*"'
alias lt='ll -T -L=2'
else
alias ls="ls -G --color=auto"
alias ll="ls -lah"
fi
alias la="ls -a"
alias l="ll"
# easier dotfile tinkering
alias shreload="exec \$SHELL"
alias shdebug="DOTFILES_DEBUG=1 exec \$SHELL"
# git
alias g="git"
alias gc="git commit -m" # + commit message
alias gca="git add . && git commit -m" # + commit message
alias gca="git add -A && git commit -m" # + commit message
alias gs="git status -sb"
alias gl="git log --pretty=short"
alias gd="git diff"
@@ -243,6 +257,9 @@ alias gundo="git reset --soft HEAD~1"
alias gres="git reset"
alias github="gh repo view --web"
alias gist="gh gist create --web"
if command -v lazygit &>/dev/null; then
alias lg="lazygit"
fi
# docker
alias dps="docker ps -a"
@@ -254,21 +271,12 @@ dbar() {
dsh() {
docker exec -it "$1" /bin/sh
}
# alias dc="docker-compose"
alias dc="docker compose"
alias dcu="dc up -d"
alias dcd="dc down"
alias dcr="dcd && dcu"
alias dcl="dc logs -f"
# Node/NPM/Yarn
alias npr="npm run"
alias yar="yarn run"
alias pnpr="pnpm run"
alias fresh_npm="rm -rf node_modules package-lock.json && npm install"
alias fresh_yarn="rm -rf node_modules yarn.lock && yarn install"
alias fresh_pnpm="rm -rf node_modules pnpm-lock.yaml && pnpm install"
# open current working directory in VS Code
alias vs="code ."
@@ -276,7 +284,6 @@ alias vs="code ."
alias ipv4="curl -4 simpip.com --max-time 1 --proto-default https --silent"
alias ipv6="curl -6 simpip.com --max-time 1 --proto-default https --silent"
alias ip="ipv4; ipv6"
alias ip-local="ipconfig getifaddr en0"
alias ips="ip; ifconfig -a | grep -o 'inet6\? \(addr:\)\?\s\?\(\(\([0-9]\+\.\)\{3\}[0-9]\+\)\|[a-fA-F0-9:]\+\)' | awk '{ sub(/inet6? (addr:)? ?/, \"\"); print }'"
# youtube-dl
@@ -284,38 +291,9 @@ alias youtube-dl="yt-dlp" # better youtube-dl fork: https://github.com/yt-dlp/y
alias ytdl="youtube-dl -f bestvideo+bestaudio"
alias ytmp3="youtube-dl -f bestaudio -x --audio-format mp3 --audio-quality 320K"
# misc.
alias screenfetch="neofetch"
alias weather="curl 'https://wttr.in/?format=v2'"
# mac shortcuts
alias unhidden="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
alias rehidden="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
alias force_empty="sudo rm -rf ~/.Trash \"/Volumes/*/.Trashes\""
alias unq="sudo xattr -rd com.apple.quarantine"
# hide/show all desktop icons (useful when presenting)
alias hidedesk="defaults write com.apple.finder CreateDesktop -bool false && killall Finder"
alias showdesk="defaults write com.apple.finder CreateDesktop -bool true && killall Finder"
alias ripfinder="killall Finder"
alias ripdock="killall Dock"
alias ripmenu="killall SystemUIServer NotificationCenter"
# open current directory in Finder
alias finder="open -a Finder ."
alias dns-clear="networksetup -setdnsservers Wi-Fi"
alias dns-check="networksetup -getdnsservers Wi-Fi"
alias dns-set="networksetup -setdnsservers Wi-Fi "
alias dns-set-cloudflare="dns-set 1.1.1.1 1.0.0.1"
alias dns-set-google="dns-set 8.8.8.8 8.8.4.4"
alias flush="sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper; sudo dscacheutil -flushcache"
# Xcode simulators
alias ios_sim="open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app"
alias watchos_sim="open /Applications/Xcode.app/Contents/Developer/Applications/Simulator\ \(Watch\).app"
# convenient access to ssh public key
alias pubkey="pbcopy < ~/.ssh/id_ed25519.pub && echo '=> Public key copied to clipboard.'"
@@ -323,70 +301,10 @@ alias pubkey="pbcopy < ~/.ssh/id_ed25519.pub && echo '=> Public key copied to cl
# https://tailscale.com/kb/1080/cli/?tab=macos#using-the-cli
alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale"
###########################
# Functions
###########################
system_update() {
local NC="\033[0m"
local YELLOW="\033[0;33m"
# homebrew
echo -e "${YELLOW}Updating Homebrew formulae and casks...${NC}"
brew update
brew upgrade
# avoid annoying `(latest) != latest` cask updates:
brew upgrade $(brew outdated --greedy --verbose | awk '$2 !~ /(latest)/ {print $1}')
brew cleanup
# node, npm, yarn
# echo -e "${YELLOW}Updating global NPM/Yarn packages...${NC}"
# fnm install --latest --corepack-enabled
# npm update --global --no-audit
# ruby, gems
echo -e "${YELLOW}Updating Ruby and gems...${NC}"
CONFIGURE_OPTS="$RUBY_CONFIGURE_OPTS" \
rbenv install --skip-existing "$(rbenv install -l | grep -v - | tail -1)" && \
rbenv global "$(rbenv install -l | grep -v - | tail -1)"
gem install bundler foreman
gem update
gem cleanup
rbenv rehash
# pips
# https://stackoverflow.com/a/3452888
echo -e "${YELLOW}Updating pip packages...${NC}"
pip3 list --outdated --format=json | jq -r '.[] | .name+"="+.latest_version' | cut -d = -f 1 | xargs -n1 pip3 install -U
# zinit & plugins
echo -e "${YELLOW}Updating zinit...${NC}"
zinit self-update
zinit update --all
# App Store
echo -e "${YELLOW}Checking for App Store updates...${NC}"
mas outdated
# macOS system
echo -e "${YELLOW}Checking for macOS system updates...${NC}"
softwareupdate --list
}
# Make a new directory and `cd` right into it
mkcd() {
mkdir -p "$1" && cd "$1"
}
# Start an HTTP server from a directory, optionally specifying the port
serve() {
local port="${1:-8090}"
sleep 1 && open "http://localhost:${port}/" &
# Set the default Content-Type to `text/plain` instead of `application/octet-stream`
# And serve everything as UTF-8 (although not technically correct, this doesn't break anything for binary files)
python -c $'import SimpleHTTPServer;\nmap = SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map;\nmap[""] = "text/plain";\nfor key, value in map.items():\n\tmap[key] = value + ";charset=UTF-8";\nSimpleHTTPServer.test();' "$port"
}
# slop stats
alias ccusage="bunx ccusage@latest"
alias cxusage="bunx @ccusage/codex@latest"
alias ocusage="bunx @ccusage/opencode@latest"
###########################
@@ -411,14 +329,6 @@ fi
autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit
# TODO: figure out why zinit stopped adding itself to MANPATH automatically...
if [[ -d "${ZINIT[MAN_DIR]}" ]]; then
manpath=(
"${ZINIT[MAN_DIR]}"
$manpath
)
fi
# various zinit add-ons
zinit light zdharma-continuum/zinit-annex-patch-dl
@@ -426,124 +336,27 @@ zinit light zdharma-continuum/zinit-annex-patch-dl
# https://github.com/ohmyzsh/ohmyzsh/tree/master/lib
zinit snippet OMZ::lib/functions.zsh
zinit snippet OMZ::lib/termsupport.zsh
zinit snippet OMZ::lib/compfix.zsh
# async support
zinit ice lucid depth"1" \
atload"async_init" \
src"async.zsh"
zinit light mafredri/zsh-async
# grab exa (better ls) binary
zinit ice lucid from"gh-r" as"command" \
mv"bin/exa* -> exa" \
atclone"
mv -vf completions/exa.zsh _exa
mv -vf man/exa.1 ${ZINIT[MAN_DIR]}/man1
mv -vf man/exa_colors.5 ${ZINIT[MAN_DIR]}/man5
" \
atpull"%atclone" \
atload"
alias ls='exa --color=auto -GF --icons --group-directories-first'
alias ll='exa --color=auto -1laF --git --icons --group-directories-first --ignore-glob=\".DS_Store*|~*\"'
alias lt='ll -T -L=2'
"
zinit light ogham/exa
# grab bat (better cat) binary
zinit ice lucid from"gh-r" as"command" \
mv"bat-*/bat -> bat" \
atclone"
mv -vf bat-*/autocomplete/bat.zsh _bat
mv -vf bat-*/bat.1 ${ZINIT[MAN_DIR]}/man1
" \
atpull"%atclone" \
atload"
export BAT_THEME='base16'
export MANPAGER='sh -c \"col -bx | bat --color=always --style=plain --language=man\"'
#alias cat='bat --paging=always --color=auto --style=numbers,changes'
alias plcat='bat --paging=never --color=auto --style=plain'
"
zinit light sharkdp/bat
# grab delta binary
zinit ice lucid from"gh-r" as"command" \
mv"delta-*/delta -> delta" \
dl"https://github.com/dandavison/delta/raw/HEAD/etc/completion/completion.zsh -> _delta"
zinit light dandavison/delta
# grab fd binary
zinit ice lucid from"gh-r" as"command" \
mv"fd-*/fd -> fd" \
atclone"
mv -vf fd-*/autocomplete/_fd _fd
mv -vf fd-*/fd.1 ${ZINIT[MAN_DIR]}/man1
" \
atpull"%atclone"
zinit light sharkdp/fd
# grab fzf binary from release & other files from source
# TODO: preview commands are an absolute sh*tshow, maybe use .lessfilter?
# https://github.com/Aloxaf/fzf-tab/wiki/Preview#show-file-contents
zinit ice lucid from"gh-r" as"command" \
dl"https://github.com/junegunn/fzf/raw/HEAD/shell/key-bindings.zsh -> key-bindings.zsh" \
dl"https://github.com/junegunn/fzf/raw/HEAD/shell/completion.zsh -> _fzf" \
dl"https://github.com/junegunn/fzf/raw/HEAD/man/man1/fzf.1 -> ${ZINIT[MAN_DIR]}/man1/fzf.1" \
dl"https://github.com/junegunn/fzf/raw/HEAD/man/man1/fzf-tmux.1 -> ${ZINIT[MAN_DIR]}/man1/fzf-tmux.1" \
atload'
export FZF_FD_OPTS="--color always --hidden --follow --exclude .git --exclude node_modules"
export FZF_PREVIEW_FILE_COMMAND="bat --color=always --paging=never --style=plain"
export FZF_PREVIEW_DIR_COMMAND="exa -1a --color=always --icons --group-directories-first"
export FZF_DEFAULT_OPTS="--cycle --select-1 --exit-0 --height=60% --no-mouse --bind=\"tab:accept,ctrl-y:preview-page-up,ctrl-v:preview-page-down,ctrl-e:execute-silent(\${VISUAL:-\$EDITOR} {+} >/dev/null 2>&1)\""
export FZF_DEFAULT_COMMAND="fd --type f $FZF_FD_OPTS"
export FZF_ALT_C_OPTS="-i --ansi --preview=\"$FZF_PREVIEW_DIR_COMMAND {}\""
export FZF_ALT_C_COMMAND="fd --type d . $FZF_FD_OPTS"
export FZF_CTRL_T_OPTS="-i --ansi --bind=\"ctrl-w:execute(\$EDITOR {1} >/dev/tty </dev/tty)+refresh-preview\" --preview=\"$FZF_PREVIEW_FILE_COMMAND {} 2>/dev/null\""
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
' \
src"key-bindings.zsh"
zinit light junegunn/fzf
# zoxide
# zinit ice wait"0b" lucid from"gh-r" as"command" \
# atclone"
# mv -vf man/man1/zoxide* ${ZINIT[MAN_DIR]}/man1
# ./zoxide init zsh > init.zsh
# zcompile init.zsh
# " \
# atpull"%atclone" \
# atinit'
# export _ZO_DATA_DIR="${XDG_DATA_HOME:-"$HOME/.local/share"}/zoxide"
# export _ZO_FZF_OPTS="$FZF_DEFAULT_OPTS --exact --no-sort --ansi --reverse --preview=\"$FZF_PREVIEW_DIR_COMMAND {2..}\""
# ' \
# src"init.zsh"
# zinit light ajeetdsouza/zoxide
# grab vivid binary (for all the colors)
# https://github.com/sharkdp/vivid/tree/master/themes
# by outputting the generated LS_COLORS variable to a file and sourcing it, we only need to call vivid once on
# installation rather than every time a new session begins.
zinit ice lucid from"gh-r" as"command" \
mv"vivid-*/vivid -> vivid" \
atclone"
./vivid generate snazzy | xargs printf 'export LS_COLORS=%q' > colors.zsh
" \
atclone'
local -a bin
bin=(vivid-*/vivid(N))
(( $#bin )) && mv -f -- "$bin[1]" vivid
[[ -x ./vivid ]] || return
local ls_colors
ls_colors="$(./vivid generate snazzy)" || return
print -r -- "export LS_COLORS=${(qqq)ls_colors}" > colors.zsh
' \
atpull"%atclone" \
atload"zstyle ':completion:*' list-colors \${(s.:.)LS_COLORS}" \
src"colors.zsh"
zinit light sharkdp/vivid
# better Ctrl+R history searching
# zinit ice wait lucid depth"1" \
# atload"
# zstyle ':history-search-multi-word' highlight-color 'fg=yellow,bold'
# zstyle ':history-search-multi-word' page-size 15
# zstyle ':plugin:history-search-multi-word' active 'standout'
# zstyle ':plugin:history-search-multi-word' reset-prompt-protect 1
# " \
# trackbinds
# zinit light zdharma-continuum/history-search-multi-word
# tab completions via fzf
zinit ice wait"0b" lucid depth"1" \
has"fzf" \
@@ -586,39 +399,6 @@ zinit ice wait"0b" lucid depth"1" \
"
zinit light Aloxaf/fzf-tab
# zstyle ':fzf-tab:complete:(-command-|-parameter-|-brace-parameter-|export|unset|expand):*' fzf-preview \
# 'echo \${(P)word}'
# fix git-* completions, apparently there's some conflict with brew's git
# TODO: investigate more... https://github.com/Aloxaf/fzf-tab/wiki/Preview#git
zinit ice wait lucid as"null" \
atload'zstyle ":completion:*:*:git:*" script "$(pwd)/git-completion.bash"'
zinit snippet https://github.com/git/git/raw/HEAD/contrib/completion/git-completion.bash
# grab completions as snippets from GitHub repos
zinit wait lucid as"completion" \
atpull"zinit creinstall -q ." \
nocompile \
for \
has"node" https://github.com/zsh-users/zsh-completions/raw/HEAD/src/_node \
has"psql" https://github.com/zsh-users/zsh-completions/raw/HEAD/src/_pgsql_utils \
has"rails" https://github.com/zsh-users/zsh-completions/raw/HEAD/src/_rails \
has"git" mv"git-completion.zsh -> _git" https://github.com/git/git/raw/HEAD/contrib/completion/git-completion.zsh
# generate other completions from externally installed programs
zinit wait lucid as"completion" \
atpull"zinit creinstall -q ." \
nocompile \
for \
has"docker" id-as"_local/completions/docker" atclone"docker completion zsh > _docker" zdharma-continuum/null \
has"gh" id-as"_local/completions/gh" atclone"gh completion -s zsh > _gh" zdharma-continuum/null \
has"hugo" id-as"_local/completions/hugo" atclone"hugo completion zsh > _hugo" zdharma-continuum/null \
has"mise" id-as"_local/completions/mise" atclone"mise completion zsh > _mise" zdharma-continuum/null \
has"op" id-as"_local/completions/op" atclone"op completion zsh > _op" zdharma-continuum/null \
has"pip" id-as"_local/completions/pip" atclone"pip completion --zsh > pip" zdharma-continuum/null \
has"pnpm" id-as"_local/completions/pnpm" atclone"pnpm completion zsh > _pnpm" zdharma-continuum/null \
has"tailscale" id-as"_local/completions/tailscale" atclone"tailscale completion zsh > _tailscale" zdharma-continuum/null
# macOS-only completion fixes
zinit ice wait lucid as"null" \
id-as"_local/extra/mac" \
@@ -661,16 +441,13 @@ zinit light zdharma-continuum/fast-syntax-highlighting
# autosuggestions, trigger precmd hook upon load
zinit ice wait"0a" lucid depth"1" \
atinit"
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
export ZSH_AUTOSUGGEST_MANUAL_REBIND=1
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=60
export ZSH_AUTOSUGGEST_USE_ASYNC=1
" \
atload"_zsh_autosuggest_start"
zinit light zsh-users/zsh-autosuggestions
# 1Password plugins: https://developer.1password.com/docs/cli/shell-plugins/
# NOTE: this needs to happen *after* generating the completions above, otherwise it'll ask for touch ID to do very
# simple tasks...
zinit ice wait"1" lucid \
id-as"_local/op-auth" \
has"op" \
@@ -686,26 +463,18 @@ zinit ice lucid depth"1" \
nocompile
zinit light gnachman/iTerm2-shell-integration
# starship prompt
zinit ice from"gh-r" as"command" \
atclone"
./starship completions zsh > _starship
./starship init zsh --print-full-init > init.zsh
zcompile init.zsh
" \
# starship prompt (binary + completion shipped by brew, init script cached here)
zinit ice has"starship" \
id-as"_local/starship-init" \
atclone"starship init zsh --print-full-init > init.zsh; zcompile init.zsh" \
atpull"%atclone" \
src"init.zsh"
zinit light starship/starship
src"init.zsh" \
nocompile
zinit light zdharma-continuum/null
##############################
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
fpath=(/Users/jake/.docker/completions $fpath)
autoload -Uz compinit
compinit
# End of Docker CLI completions
if [[ -f ~/.zshrc.local ]]; then
source ~/.zshrc.local
fi