Skip to content
Snippets Groups Projects
user avatar
Etienne Folio authored
0c2c1d6e
History
Name Last commit Last update
install
themes
.hgignore
README.md
aliases.zsh
completion.zsh
env.zsh
keybindings.zsh
options.zsh

ZSH configuration

This configuration comes from an adapted merge between many config files I found over the web and at my previous IT school: EPITA.

Is uses Oh-my-zsh as a base.

Prerequisites

You need:

  • ZSH
  • Mercurial
  • Git

Usage:

Clone the repos into ~/.zsh:

$ hg clone ssh://hg@bitbucket.org/efolio/zshrc ~/.zsh

Install it:

$ ~/.zsh/install/install.zsh

Edit the following file for environment preferences:

$ nano ~/.zsh/env.sh

Then start zsh or source the config file if you already run it:

$ source ~/.zshrc

Special thanks to :

  • Benoit Sigoure
  • Quentin Hocquet