This commit is contained in:
parent
23ca8b3df1
commit
a9ab11dcb6
|
@ -26,8 +26,8 @@ apt-get install -y iftop htop glances zsh glusterfs-server glusterfs-client salt
|
|||
|
||||
## Setup ZSH and ohmyzsh theme
|
||||
cd /root/
|
||||
#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||
echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||
#echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
chsh -s /bin/zsh
|
||||
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="pygmalion"/g' /root/.zshrc
|
||||
|
||||
|
|
Loading…
Reference in New Issue