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