Kaynağa Gözat

[install.sh] Remove Oh-My-Zsh installation steps

Frans Bergman 1 yıl önce
ebeveyn
işleme
a303803c95
1 değiştirilmiş dosya ile 0 ekleme ve 9 silme
  1. 0 9
      install.sh

+ 0 - 9
install.sh

@@ -41,15 +41,6 @@ git_make_install()
     )
 }
 
-fancy_print "Installing Oh My Zsh"
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-# Replace default Oh My Zsh config
-ln -sf "$(realpath .zshrc)" ~
-
-fancy_print "Installing Oh My Zsh plugins"
-git clone https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting"
-
 fancy_print "Installing fzf"
 git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
 ~/.fzf/install --key-bindings --completion --no-update-rc