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:
parent
a63f2a0e54
commit
a89958a520
20
README.md
20
README.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user