1
1
Fork 0

Update readme with missing bits

This commit is contained in:
Kenwood 2021-06-17 18:11:50 +01:00
parent 58c131d136
commit 04e6788a9d
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@ config config --local status.showUntrackedFiles no
# Also, clone all the zsh plugins # 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 # Autocompletions
``` ```
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions