Skip to content

Commit

Permalink
Using Terminal7 colors with pure
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Dec 1, 2020
1 parent 794faa4 commit 2b57bb2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
1 change: 0 additions & 1 deletion .config/liquidpromptrc

This file was deleted.

3 changes: 2 additions & 1 deletion .zsh_plugins
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mafredri/zsh-async
djui/alias-tips
sindresorhus/pure
zsh-users/zsh-completions
nojhan/liquidprompt
zsh-users/zsh-syntax-highlighting
16 changes: 16 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ fi
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
alias ft='fzf-tmux'
autoload -Uz compinit && compinit
# pure prompt
autoload -U promptinit; promptinit
zstyle :prompt:pure:git:stash show yes
zstyle :prompt:pure:user color '#00FAFA'
zstyle :prompt:pure:host color '#00FAFA'
zstyle :prompt:pure:git:branch color '#00FA00'
zstyle :prompt:pure:git:dirty color '#F952F9'
zstyle :prompt:pure:git:action color '#00FAFA'
zstyle :prompt:pure:git:arrow color '#00FAFA'
zstyle :prompt:pure:git:stash color '#00FAFA'
zstyle :prompt:pure:execution_time color '#00FAFA'
zstyle :prompt:pure:virtualenv color '#00FAFA'
zstyle :prompt:pure:prompt:success color '#D9F505'
zstyle :prompt:pure:prompt:error color '#F952F9'
zstyle :prompt:pure:prompt:continuation color '#00FAFA'
prompt pure
# pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fittest editor.
* [antibody](http://getantibody.github.io/) - zsh plugin manager
* [tpm](https://github.com/tmux-plugins/tpm) - tmux plugin manager
* [fugitive](https://github.com/tpope/vim-fugitive) - a git plugin so good it should be illegal
* [liquid prompt](https://github.ocm/nojhan/liquidprompt) - the best prompt, ever
* [pure prompt](https://github.ocm/sindresorhus/pure) - a light prompt
* [alias-tips](https://github.com/djui/alias-tips) - reminding you of aliases
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
* [zsh-completions](https://github.com/zsh-users/zsh-completions) - for missing completions
Expand Down

0 comments on commit 2b57bb2

Please sign in to comment.