fzf-tab isn't so great

This commit is contained in:
Bartek Stalewski 2020-10-26 16:46:04 +01:00
parent ea3ad206d7
commit cc46a4c143
2 changed files with 4 additions and 11 deletions

View file

@ -28,7 +28,6 @@ echo "export XDG_CONFIG_HOME=~/.config" >> ~/.zshenv
echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv
echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv
mkdir -p ~/.cache/zsh ~/.config/zsh/plugins ~/.config/zsh/themes
git clone https://github.com/Aloxaf/fzf-tab ~/.config/zsh/plugins/fzf-tab
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/plugins/zsh-syntax-highlighting
git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k