From 2b57bb287c41f41e2ca0c9ecffa383962039282d Mon Sep 17 00:00:00 2001 From: Benny Daon Date: Tue, 1 Dec 2020 18:20:51 +0200 Subject: [PATCH] Using Terminal7 colors with pure --- .config/liquidpromptrc | 1 - .zsh_plugins | 3 ++- .zshrc | 16 ++++++++++++++++ README.md | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 .config/liquidpromptrc diff --git a/.config/liquidpromptrc b/.config/liquidpromptrc deleted file mode 100644 index 60f71c3..0000000 --- a/.config/liquidpromptrc +++ /dev/null @@ -1 +0,0 @@ -LP_USER_ALWAYS=0 diff --git a/.zsh_plugins b/.zsh_plugins index b3a0e9f..d68ff9f 100644 --- a/.zsh_plugins +++ b/.zsh_plugins @@ -1,4 +1,5 @@ +mafredri/zsh-async djui/alias-tips +sindresorhus/pure zsh-users/zsh-completions -nojhan/liquidprompt zsh-users/zsh-syntax-highlighting diff --git a/.zshrc b/.zshrc index ca81971..d9cc3ce 100644 --- a/.zshrc +++ b/.zshrc @@ -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" diff --git a/README.md b/README.md index 7ff4d3c..86cd865 100644 --- a/README.md +++ b/README.md @@ -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