Skip to content

rollerozxa/zshrc

Repository files navigation

ROllerozxa's .zshrc

This is my personal Zsh config, loosely based off of Manjaro's Zsh config.

Plugins

  • zsh-autosuggestions
  • zsh-history-substring-search
  • zsh-syntax-highlighting

These plugins are available as submodules in plugins/ for convenience.

Installation

First of all, recursively clone it to fetch vendored plugins:

git clone --recursive https://github.com/rollerozxa/zshrc

Arch

For Arch-based distributions, there is a PKGBUILD that allows you to build an Arch package out of it. Simply cd packaging && makepkg -fi to build and install the package.

When the package is installed, run install-zshrc-rollerozxa to install it to the home folder of the current user. It will update as the package updates as it is being symlinked and not copied.

Manual

Just copy the .zshrc into the root of your home folder. (cp zshrc ~/.zshrc)

Don't forget to install the required Zsh plugins listed in Plugins. If your distro doesn't have the plugins available then you can manually copy the vendored plugins in plugins/ though this is dirty.

About

ROllerozxa's .zshrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages