mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Remove zsh-autosuggestions, because pretty bad plugin
This commit is contained in:
parent
4473a718bf
commit
cbd0c59472
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Features:
|
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)
|
- [ivabus-zsh-theme](https://github.com/ivabus/ivabus-zsh-theme)
|
||||||
- neovim config
|
- neovim config
|
||||||
- alacritty config (solarized dark, 60x20, JetBrains Mono)
|
- alacritty config (solarized dark, 60x20, JetBrains Mono)
|
||||||
|
|
|
@ -2,7 +2,7 @@ export ZSH="$HOME/.dotfiles/oh-my-zsh"
|
||||||
|
|
||||||
ZSH_THEME="ivabus"
|
ZSH_THEME="ivabus"
|
||||||
|
|
||||||
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
|
plugins=(git zsh-syntax-highlighting)
|
||||||
|
|
||||||
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
|
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.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
|
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
|
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-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
|
# installing jetbrains mono
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue