test ohmyzsh

This commit is contained in:
2022-09-27 15:37:58 +02:00
parent 074a67e7eb
commit f2c024cd51

View File

@@ -3,10 +3,12 @@ sudo apt-get update
sudo apt-get install zsh -y sudo apt-get install zsh -y
# Set ZSH as standard interface # Set ZSH as standard interface
chsh -s $(which zsh) | 0 chsh -s $(which zsh)
bash -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
# Get oh my zsh # Get oh my zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -y
# recompile zsh # recompile zsh
source ~/.zshrc source ~/.zshrc