Skip to content

rgelber/zsh-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-extras

This is a project to add zsh-autosuggestions, zsh-history-substring-search zsh-syntax-highlighting and fuzzy search functionality. This package build is a x86_64 RPM build that has been tested on CentOS 6, 7, and 8. The idea was to take all of my favorite zsh plugins from github and build a manageable way to deploy it at a global and local level.

Install zsh-extras:

To enable the zsh configuration for a single user:

  • sudo cp -vf /etc/skel/.zshrc-extras /home/$(whoami)/

To enable the zsh configuration globally:

  • sudo cp -vf /etc/skel/.zshrc-extras /etc/zshrc

To restore the global configuration:

  • sudo cp -vf /etc/skel/.zshrc /etc/zshrc

Project References:

About

This is a project to add zsh-autosuggestions, zsh-history-substring-search and zsh-syntax-highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages