test ohmyzsh
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user