server_config/zsh/_deploy.sh

10 lines
292 B
Bash
Raw Normal View History

# Setup zsh
cp -a ./zsh/zsh/. /root
chsh -s /usr/bin/zsh
2024-06-05 18:56:50 +02:00
# 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