Zsh plugins, autocomplete
This commit is contained in:
parent
68c180c039
commit
8013b8ed08
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ echo " - Setting oh-my-zsh theme -"
|
||||||
sed -ri 's/ZSH_THEME="(.*?)"/ZSH_THEME="kardan"/g' ~/.zshrc
|
sed -ri 's/ZSH_THEME="(.*?)"/ZSH_THEME="kardan"/g' ~/.zshrc
|
||||||
source ~/.zshrc
|
source ~/.zshrc
|
||||||
|
|
||||||
|
echo " - Setting up Zsh Plugins - "
|
||||||
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
sed -ri 's/plugins=\((.*?)\)/plugins=\(git rails ruby zsh-autosuggestions\)/g' ~/.zshrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue