diff --git a/README.md b/README.md index 04dcfcd..16816e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Features: -- zshrc ([oh-my-zsh](https://ohmyz.sh) + [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/) + [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)) +- zshrc ([oh-my-zsh](https://ohmyz.sh) + [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/)) - [ivabus-zsh-theme](https://github.com/ivabus/ivabus-zsh-theme) - neovim config - alacritty config (solarized dark, 60x20, JetBrains Mono) diff --git a/configs/zshrc b/configs/zshrc index fbb1ff2..ef79b9b 100644 --- a/configs/zshrc +++ b/configs/zshrc @@ -2,7 +2,7 @@ export ZSH="$HOME/.dotfiles/oh-my-zsh" ZSH_THEME="ivabus" -plugins=(git zsh-syntax-highlighting zsh-autosuggestions) +plugins=(git zsh-syntax-highlighting) alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh" diff --git a/tools/install.sh b/tools/install.sh index a083d07..5a42ee6 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -24,7 +24,6 @@ echo "${GREEN}Installing oh-my-zsh and plugins$CLEAR_COLOR" ZSH="$HOME/.dotfiles/oh-my-zsh" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended > /dev/null 2>&1 curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/ivabus.zsh-theme -o $HOME/.dotfiles/oh-my-zsh/custom/themes/ivabus.zsh-theme > /dev/null 2>&1 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.dotfiles/oh-my-zsh/custom/plugins/zsh-syntax-highlighting > /dev/null 2>&1 -git clone https://github.com/zsh-users/zsh-autosuggestions $HOME/.dotfiles/oh-my-zsh/custom/plugins/zsh-autosuggestions > /dev/null 2>&1 # installing jetbrains mono