diff --git a/post_install.sh b/post_install.sh index a6241d9..5652140 100644 --- a/post_install.sh +++ b/post_install.sh @@ -16,8 +16,7 @@ yay -S --noconfirm --answerdiff=None neovim-plug # install zsh and omz #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 - mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc source ~/.zshrc