|
|
|
@ -5,6 +5,8 @@ Prezto is the configuration framework for [Zsh][1]; it enriches the command line
|
|
|
|
|
interface environment with sane defaults, aliases, functions, auto completion,
|
|
|
|
|
and prompt themes.
|
|
|
|
|
|
|
|
|
|
This repository is being actively maintained by a community of users.
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
@ -17,7 +19,7 @@ version is 4.3.17.
|
|
|
|
|
|
|
|
|
|
2. Clone the repository:
|
|
|
|
|
|
|
|
|
|
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
|
|
|
|
git clone --recursive https://github.com/zsh-users/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
|
|
|
|
|
|
|
|
|
3. Create a new Zsh configuration by copying the Zsh configuration files
|
|
|
|
|
provided:
|
|
|
|
|