all local changes
This commit is contained in:
13
dot_zshrc
13
dot_zshrc
@ -16,6 +16,7 @@ fi
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
#
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
ZSH_COLORIZE_STYLE="monokai"
|
||||
|
||||
@ -96,7 +97,7 @@ POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND='clear'
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(reminder common-aliases extract git sdk zsh-syntax-highlighting zsh-autosuggestions ansible brew colorize docker pipenv pip python terraform aws helm kubectl)
|
||||
plugins=(reminder common-aliases extract git sdk zsh-syntax-highlighting zsh-autosuggestions ansible brew colorize docker pipenv pip python terraform aws helm kubectl fzf alias-finder)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# User configuration
|
||||
@ -136,6 +137,13 @@ export GIT_PERSONAL_EMAIL=""
|
||||
export GIT_PERSONAL_USER=""
|
||||
export GIT_PRO_EMAIL=""
|
||||
export GIT_PRO_USER=""
|
||||
export GMAIL_APP_USER=""
|
||||
export GMAIL_APP_PASSWORD=""
|
||||
export KINDLE_ACCOUNT_EMAIL="" # e.g : john.doe@kindle.com
|
||||
export PRINCIPAL_ACCOUNT_EMAIL="" # e.g : john.doe@gmail.com
|
||||
export PRINCIPAL_ACCOUNT_FULLNAME="" # e.g : John Doe
|
||||
export BB_TOKEN="" # Bitbucket server PAT (personal access token)
|
||||
export GITHUB_TOKEN="" # GitHub PAT (personal access token)
|
||||
|
||||
source "$HOME/Code/dotfiles/dot_aliases/misc.sh"
|
||||
|
||||
@ -171,7 +179,8 @@ export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
||||
case "$(uname -s)" in
|
||||
Darwin)
|
||||
ln -snf /usr/local/opt/python/bin//pip3.8 /usr/local/bin/pip3
|
||||
ln -snf /usr/local/lib/python3.9/site-packages/pip /usr/local/bin/pip21
|
||||
ln -snf /usr/local/lib/python3.9/site-packages/pip /usr/local/bin/pip3
|
||||
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin"
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user