initial commit
This commit is contained in:
11
docs/zsh.md
Normal file
11
docs/zsh.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## oh-my-zsh with zsh-autosuggestions
|
||||
|
||||
```
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
cp $HOME/myi3/files/configs/robbyrussell.zsh-theme $HOME/.oh-my-zsh/themes/robbyrussell.zsh-theme
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
```
|
||||
Update $HOME/.zshrc
|
||||
```
|
||||
plugins=(zsh-autosuggestions)
|
||||
```
|
||||
Reference in New Issue
Block a user