diff --git a/.gitignore b/.gitignore index 9bbbeea..f004673 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .luarc.json +/zsh/plugins diff --git a/installPackagesFedora.sh b/installPackagesFedora.sh index a7ddfca..54aee58 100755 --- a/installPackagesFedora.sh +++ b/installPackagesFedora.sh @@ -31,3 +31,6 @@ sudo dnf install \ mc \ ranger \ telegram-desktop \ + +mkdir ./zsh/plugins +git clone git@github.com:zsh-users/zsh-autosuggestions.git ./zsh/plugins/zsh-autosuggestions2 diff --git a/root/.zshrc b/root/.zshrc index a95efb3..5760101 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -32,6 +32,7 @@ plugins=( vi-mode fancy-ctrl-z fzf + zsh-autosuggestions ) source $ZSH/oh-my-zsh.sh