forked from cohabit/server_config
fix: install manual oh-my-zsh plugins
This commit is contained in:
parent
811090cd5f
commit
36e4036fd9
|
@ -1,3 +1,9 @@
|
||||||
# Setup zsh
|
# Setup zsh
|
||||||
cp -a ./zsh/zsh/. /root
|
cp -a ./zsh/zsh/. /root
|
||||||
chsh -s /usr/bin/zsh
|
chsh -s /usr/bin/zsh
|
||||||
|
|
||||||
|
# Install zsh-autosuggestions plugin
|
||||||
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
|
||||||
|
# Install zsh-syntax-highlighting
|
||||||
|
nala install -y zsh-syntax-highlighting
|
||||||
|
|
Loading…
Reference in a new issue