From 04e6788a9dfe2ee0550cd6e4fdd20a348d2c7cf2 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 17 Jun 2021 18:11:50 +0100 Subject: [PATCH] Update readme with missing bits --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0080be8..5f85c83 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ config config --local status.showUntrackedFiles no # Also, clone all the zsh plugins +# Install omzsh! +``` +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +``` + +# p10k +``` +git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k +``` + # Autocompletions ``` git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions