Merge branch 'master' of https://kitsunehosting.net/gitea/Kenwood/dotfiles
This commit is contained in:
commit
842a2b11dd
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue