You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 days ago | |
---|---|---|
.gitignore | 6 years ago | |
CHANGELOG | 8 years ago | |
README.md | 8 years ago | |
clean_zsh.sh | 9 years ago | |
history.bak | 4 days ago | |
zlogin | 1 year ago | |
zlogout | 7 years ago | |
zprofile | 9 years ago | |
zshenv | 4 days ago | |
zshrc | 4 days ago |
README.md
ZSH Configuration
Table of contents
1 [Installation - How-to install] (#installation)
Installation
Clone the repository (with https in this example):
cd ~/repo
git clone https://git.101010.fr/101010/zsh_config.git
To use those configuration files for the system:
sudo ln -s /home/$USER/repo/101010_zsh /etc/zsh
Or for single user:
ln -s ~/.zlogin ~/repo/101010_zsh/zlogin
ln -s ~/.zlogout ~/repo/101010_zsh/zlogout
ln -s ~/.zprofile ~/repo/101010_zsh/zprofile
ln -s ~/.zshenv ~/repo/101010_zsh/zshenv
ln -s ~/.zshrc ~/repo/101010_zsh/zshrc