2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00

Include oh-my-zsh install method

This commit is contained in:
kevin zhuang 2020-05-22 15:32:58 +10:00
parent a63f2a0e54
commit a89958a520

View File

@ -120,7 +120,25 @@ with minimal set up required.
##### Zinit
add `zinit light kazhala/dotbare` to `~/.zshrc`.
- Add below to `~/.zshrc`
```sh
zinit light kazhala/dotbare
```
##### oh-my-zsh
- Clone the repository in to [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) plugins directory
```sh
git clone https://github.com/kazhala/dotbare.git $HOME/.oh-my-zsh/custom/plugins/dotbare
```
- Activate the plugin in `~/.zshrc`
```zsh
plugins=( [plugins...] dotbare [plugins...] )
```
### Dependencies