Z-Shell − ZSH configuration files
Go to file
gardouille 47d8a6d7bc
New unshorten function based on unshorten.me
See : https://unshorten.me/api
2023-01-27 19:07:22 +01:00
.gitignore Ignore cache directory. 2017-08-04 16:01:00 +02:00
CHANGELOG Rewrite some aliases for aptitude. 2014-11-17 11:04:48 +01: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
history.bak Update httpserv command with Python3 2023-01-27 13:39:16 +01:00
zlogin No need to build ssh_config, it now use Include 2021-09-21 22:02:28 +02:00
zlogout Delete files can contains unwanted clear passwords at each logout. 2015-09-21 17:15:26 +02:00
zprofile first commit 2014-08-17 22:54:05 +02:00
zshenv Custom rofi options for bemoji 2022-12-02 10:39:25 +01:00
zshrc New unshorten function based on unshorten.me 2023-01-27 19:07:22 +01: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