Compare commits

..

No commits in common. "7dae7994b37a0ebd8f2b4fe56e037982ff6a7914" and "79a3b35ce75e4269255892b6f43c83e1fedabb58" have entirely different histories.

View File

@ -104,7 +104,7 @@ fi
if [[ ! $pick_zsh =~ [Nn] ]];then
(sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh
while [[ ! -d "$HOME/.oh-my-zsh" ]]; do
sleep 3
done
@ -113,7 +113,7 @@ if [[ ! $pick_zsh =~ [Nn] ]];then
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
sudo sed -i 's/^#\?ZSH_THEME.*/ZSH_THEME="powerlevel10k\/powerlevel10k"/g' ~/.zshrc
sudo sed -i 's/^#\?plugins.*/plugins=(zsh-syntax-highlighting zsh-autosuggestions command-not-found)/g' ~/.zshrc
exec zsh
source ~/.zshrc
fi