test ohmyzsh
This commit is contained in:
@@ -3,10 +3,12 @@ sudo apt-get update
|
||||
sudo apt-get install zsh -y
|
||||
|
||||
# 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
|
||||
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
|
||||
source ~/.zshrc
|
Reference in New Issue
Block a user