Skip to content

The configuration framework for Zsh

License

Notifications You must be signed in to change notification settings

cesalazar/prezto

 
 

Repository files navigation

Carlos' Prezto + Powerlevel10k config — Instantly Awesome Zsh

All the awesomeness of Prezto preconfigured with Powerlevel10k prompt; tailored to suit my needs, and to exclude unused modules to save storage space and increase install speed.

st + Prezto + Powerlevel10k

Installation

Prezto will work with any recent release of Zsh, but the minimum required version is 4.3.11.

  1. Launch Zsh:

    zsh
  2. Clone the repository:

    git clone --depth 1 https://github.com/cesalazar/prezto ~/.zprezto
  3. Run the install script. This will remove all the .git* files and folders by default; pass the -d option to preserve them:

    ~/.zprezto/install

    Note: If you already have any of the given config files, they will be automatically backed up into a .tar archive in the directory of this repository, and then replaced.

  4. Set Zsh as your default shell:

    chsh -s /bin/zsh
  5. Open a new Zsh terminal window or tab, or source ~/.zshrc in the current session.

For any other information please check Prezto.

Usage

This fork has enabled only the features I need. Read the source code and the accompanying README files to learn about what is available.

License

This project is licensed under the MIT License.

About

The configuration framework for Zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%