Skip to content

Commit 57be253

Browse files
committed
Adds zsh start instructions...
Find myself having to do this too frequently!
1 parent 51322aa commit 57be253

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Starting in 2021, I'm starting to migrate from Bash to Zsh as primary interactiv
2121

2222
Before using Powerlevel10k, note that need to install a font. See p10k readme.
2323

24-
25-
Using `zsh-common.zsh`: add `[ -f ~/.zsh-common.zsh ] && source ~/.zsh-common.zsh` to `~/.zshrc`.
24+
0. Add `[ -f ~/.zsh-common.zsh ] && source ~/.zsh-common.zsh` to `~/.zshrc`.
25+
1. Install oh-my-zsh: `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
26+
2. Install pl10k: `git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k`
27+
3. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`
28+
4. Add ` [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh` in `~/.zshrc`
2629

0 commit comments

Comments
 (0)