Skip to content

Instantly share code, notes, and snippets.

@westover
Last active February 9, 2023 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save westover/6e7bbd52dce7e725a4f7543048a68676 to your computer and use it in GitHub Desktop.
Save westover/6e7bbd52dce7e725a4f7543048a68676 to your computer and use it in GitHub Desktop.
eval "$(/opt/homebrew/bin/brew shellenv)"
alias python="python3"
alias pip="pip3"
alias ll='ls -l'
alias brew='env PATH="${PATH//$(pyenv root)\/shims:/}" brew'
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
source ~/powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
autoload -Uz compinit
compinit
fi
if [ /usr/local/bin/kubectl ]; then source <(kubectl completion zsh); fi
act
automake
awscli
azure-cli
bash-completion
brew-cask-completion
cassandra
cmake
coreutils
cql
curl
docker-completion
ffmpeg
git
gst-plugins-good
gst-plugins-ugly
gst-python
htop
k9s
kubectx
libffi
nmap
openjdk
pip-completion
pyenv
vim
wget
zsh-completions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment