Files
ansible-osx-setup/templates/.zshrc.j2
2019-05-01 14:16:15 +01:00

30 lines
888 B
Django/Jinja

# This file us auto-generated by ansible, do not change this file directly
# instead make changes to ~/.zshrc.personal which is loaded after this file
# Setup some standard paths
export ANDROID_HOME=~/Library/Android/sdk
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=/usr/local/opt/imagemagick@6/bin:${PATH}
# ZSH setup
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="rubbyrussel"
plugins=(git kubectl)
DISABLE_UNTRACKED_FILES_DIRTY="true"
# Load personal pre oh-my-zsh init config which should be stored in ~/.zshrc.personal.before
# E.g. setting ZSH theme etc
. ~/.zshrc.personal.before
# Load Oh My Zsh
source $ZSH/oh-my-zsh.sh
# Load personal ZSH config which should be stored in ~/.zshrc.personal.after
# Most ZSH config goes here
. ~/.zshrc.personal.after
# Load asdf
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash