From 428340fe0eb47ed5688522b7e3470ad11e2cbb7e Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 8 Jan 2019 12:06:07 -0500 Subject: [PATCH] Add notes/changes to liquidprompt configuration --- README.md | 4 ++++ shell/.config/liquidpromptrc | 16 +++++----------- shell/.zshrc | 8 ++++---- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index bf19bd7..282edf9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files command -v stow >/dev/null || echo "You do not have GNU stow installed" && git clone https://gitea.austenwares.com/stonewareslord/sync && stow -t ~ git i3 shell tmux vim +- Installing zsh + + test -d ~/.zsh-git/liquidprompt || git clone https://github.com/nojhan/liquidprompt ~/.zsh-git/liquidprompt && git -C ~/.zsh-git/liquidprompt pull + - Installing vim vim +'call Initialize()' diff --git a/shell/.config/liquidpromptrc b/shell/.config/liquidpromptrc index 19c53f8..41db477 100644 --- a/shell/.config/liquidpromptrc +++ b/shell/.config/liquidpromptrc @@ -86,23 +86,23 @@ LP_ENABLE_VCS_ROOT=0 # Do you want to use the Git special features? # Recommended value is 1 -LP_ENABLE_GIT=0 +LP_ENABLE_GIT=1 # Do you want to use the Subversion special features? # Recommended value is 1 -LP_ENABLE_SVN=1 +LP_ENABLE_SVN=0 # Do you want to use the Mercurial special features? # Recommended value is 1 -LP_ENABLE_HG=1 +LP_ENABLE_HG=0 # Do you want to use the Fossil special features? # Recommended value is 1 -LP_ENABLE_FOSSIL=1 +LP_ENABLE_FOSSIL=0 # Do you want to use the Bazaar special features? # Recommanded value is 1 -LP_ENABLE_BZR=1 +LP_ENABLE_BZR=0 # Show time of the last prompt display # Recommended value is 0 @@ -152,9 +152,6 @@ LP_ENABLE_SSH_COLORS=1 # will be disabled LP_DISABLED_VCS_PATH="" -# Enable Oh My Git! -LP_ENABLE_OHMYGIT=1 - # Marks LP_MARK_BATTERY="B" LP_MARK_ADAPTER="A" @@ -162,6 +159,3 @@ LP_MARK_LOAD="L" LP_MARK_TEMP="T" # vim: set et sts=4 sw=4 tw=120 ft=sh: - - -# vim: ft=sh: diff --git a/shell/.zshrc b/shell/.zshrc index 5afe222..17143d9 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -383,10 +383,10 @@ fi #alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"' echo -ne '[# ]\r' -source ~/.zsh-git/lpr/liquidprompt -source ~/.zsh-git/omg/base.sh -source ~/.zsh-git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source ~/.zsh-git/oh-my-git-themes/af-magic.zsh-theme +source ~/.zsh-git/liquidprompt/liquidprompt +#source ~/.zsh-git/omg/base.sh +#source ~/.zsh-git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#source ~/.zsh-git/oh-my-git-themes/af-magic.zsh-theme if [[ -f ~/.zsh-git/custom-config/zshrc ]]; then source ~/.zsh-git/custom-config/zshrc fi