Skip to content

Herschenglime/manjaro-zsh-config-portable

 
 

Repository files navigation

What?

I like the way that manjaro configures its zsh shell, so I made it portable to other os's utilizing git submodules to grab everything that would be pulled in as a package on manjaro. It also contains some of my additions, such as z.lua and fzf bindings. Clone the project with the following:

cd && git clone --recurse-submodules https://github.com/Herschenglime/manjaro-zsh-config-portable.git && mv .zshrc .zshrc-old && cp manjaro-zsh-config-portable/.zshrc .zshrc

If you have an existing .zshrc it will preserve it, then copy its own over. You can of course omit that part if you would prefer to manually implement it.

Mac Branch

There is a branch labeled mac which has removed some of the linux-specific commands and disabled features that require extra programs, as I do not have the ability to launch non-whitelisted applications on the one issued by my organization. Add extra functionality from the main branch as you see fit. Add -b mac to the aforementioned git command if you want to check it out.

About

Zsh configuration package for manjaro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%