Remove zsh-autosuggestions, because pretty bad plugin

This commit is contained in:
Ivan Bushchik 2022-07-10 08:26:51 +03:00
parent 4473a718bf
commit cbd0c59472
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7
3 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -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"

View file

@ -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