From d7b3cfed640d341cf95bda90bd75c784cd766b11 Mon Sep 17 00:00:00 2001 From: Charles Hawley Date: Mon, 25 May 2020 15:36:23 -0400 Subject: [PATCH] --- powerlevel10k-notes.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/powerlevel10k-notes.md b/powerlevel10k-notes.md index 5f8b946..0df4535 100644 --- a/powerlevel10k-notes.md +++ b/powerlevel10k-notes.md @@ -1,15 +1,11 @@ -# Install git prompt-lines +# Install powerlevel10k (.zsh prompt) -#howto #git - -## Install powerlevel10k (.zsh prompt) - -### First run +## First run On the first run, Powerlevel10k configuration wizard will ask you a few questions and configure your prompt. If it doesn't trigger automatically, type `p10k configure`. You can further customize your prompt by editing ~/.p10k.zsh. -### Oh My Zsh +## Oh My Zsh ```shell git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k @@ -17,18 +13,13 @@ git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerl Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your ~/.zshrc. -### Update p10k +## Update p10k | Installation | Update command | |--------------|----------------------------------------------| | Manual | git -C ~/powerlevel10k pull | | Oh My Zsh | git -C $ZSH_CUSTOM/themes/powerlevel10k pull | -## bash-git-prompt (bash prompt) - -```shell -git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 -``` --- @@ -36,4 +27,3 @@ git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt - * [Github - A fast reimplementation of Powerlevel9k ZSH theme](https://github.com/romkatv/powerlevel10k#oh-my-zsh) * [My beautiful Linux development environment](https://dev.to/deepu105/my-beautiful-linux-development-environment-2afc) -* [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) \ No newline at end of file