mirror of
https://github.com/akelge/zsh
synced 2025-12-01 16:54:17 +00:00
d0fd86d74acaff76c82511813c6584aede59d7fb
zsh
My zsh configuration files
Works on Linux, *BSD and OSX, tested on Ubuntu, CentOS, Debian, FreeBSD and several versions of macOS.
Supported plugins
There is native support for:
These plugins must be installed in another way, I only support using them
There is also native support for iTerm2 shell integration, if you are running on macOS
Installation
- Clone recurively this repo in
/etc/zsh:sudo git clone --recurse <url> /etc/zsh; - Copy
/etc/zsh/zshrcin/etc; - Done
NOTE: on macOS with each update of the OS, the file /etc/zshrc is restored to the default, you will have to copy again the one in /etc/zsh: sudo cp /etc/zsh/zshrc /etc/zshrc
If you prefer to avoid touching /etc/ you can clone the repo in ~/.zsh and copy the zshrc into ~/.zshrc: cp ~/.zsh/zshrc ~/.zshrc, but then you have to add your own customisations to .zshrc at the end of the file.
Languages
Shell
100%