Z-Shell − ZSH configuration files
Go to file
gardouille ada859c979 Add README.md file :) 2014-09-27 11:39:42 +02:00
CHANGELOG Try to use printf instead of echo 2014-09-27 11:23:25 +02:00
README.md Add README.md file :) 2014-09-27 11:39:42 +02:00
clean_zsh.sh first commit 2014-08-17 22:54:05 +02:00
zlogin Small feature update for login session: possibility to disable X 2014-09-27 10:42:54 +02:00
zlogout first commit 2014-08-17 22:54:05 +02:00
zprofile first commit 2014-08-17 22:54:05 +02:00
zshenv first commit 2014-08-17 22:54:05 +02:00
zshrc Try to use printf instead of echo 2014-09-27 11:23:25 +02:00

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