mirror of
https://github.com/Myzel394/zsh-copilot.git
synced 2025-06-18 12:45:27 +02:00
fix: Improve README.md
This commit is contained in:
parent
60de616c35
commit
3c64992348
@ -18,15 +18,15 @@ Please make sure you have the following dependencies installed:
|
||||
|
||||
### Oh My Zsh
|
||||
|
||||
1. Clone `zsh-copilot` into $ZSH_CUSTOM/plugins (by default ~/.config/oh-my-zsh/custom/plugins)
|
||||
1. Clone `zsh-copilot` into `$ZSH_CUSTOM/plugins` (by default ~/.config/oh-my-zsh/custom/plugins)
|
||||
|
||||
```sh
|
||||
git clone https://git.myzel394.app/Myzel394/zsh-copilot ${ZSH_CUSTOM:-~/.config/oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
git clone https://git.myzel394.app/Myzel394/zsh-copilot ${ZSH_CUSTOM:-~/.config/oh-my-zsh/custom}/plugins/zsh-copilot
|
||||
```
|
||||
|
||||
2. Add `zsh-copilot` to the plugins array in your `.zshrc` file:
|
||||
|
||||
```sh
|
||||
```bash
|
||||
plugins=(
|
||||
# your other plugins...
|
||||
zsh-autosuggestions
|
||||
|
Loading…
x
Reference in New Issue
Block a user