zshrc (esta ligação abre numa nova janela) por thoga31 (esta ligação abre numa nova janela)
Personalization of the zsh shell
Readme.md
zshrc
Personalized configuration of zsh.
It has nothing really special about it. It was created as a personal repository to have everything ready to use for whenever we format our PCs. However, we figured it could be useful for more people because why the hell not.
Enjoy it!
- Authors: Igor Nunes, Pedro Cavaleiro
- License: The Unlicense
Organization
The file .zshrc contains a small script that runs through the folder .zshrc.d in search of *.zsh files and runs them.
Each *.zsh file contains scripts for specific purposes.
Installing without cloning
To install the scripts without cloning just enter the following command into the ZShell
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/thoga31/zshrc/master/setup.zsh)"
More information available on the wiki or check the releases page
How to use
- Add the last bit of the
.zshrcto your own resource file (using any text editor of your choice, likenano,vior even vscode):nano ~/.zshrc - Create the folder
zshrc.dwith the command:mkdir ~/.zshrc.d - Copy the
*.zshfiles you find useful to this folder. - Reload the configurations of the shell using:
source ~/.zshrcIf you already have the
zsh.zshfile and it was previously loaded, you can use the commandzshrc -rinstead.
Contribution
Anyone can contribute and/or fork from this repository.
We invite you to contribute directly to this repository, though, in order to mantain it as a centralized repo with plenty of options for everyone.
Create new *.zsh files to add to the .zshrc.d folder.