From cbd0c5947282de85fd328794a09992732820615d Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 10 Jul 2022 08:26:51 +0300 Subject: [PATCH] Remove zsh-autosuggestions, because pretty bad plugin --- README.md | 2 +- configs/zshrc | 2 +- tools/install.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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