omz unattended install

master
Tom Weber 3 years ago
parent c9897f9067
commit f8797f6948

@ -16,8 +16,7 @@ yay -S --noconfirm --answerdiff=None neovim-plug
# install zsh and omz # install zsh and omz
#chsh -s $(which zsh) #chsh -s $(which zsh)
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
source ~/.zshrc source ~/.zshrc

Loading…
Cancel
Save