prezto/INSTALL.md

16 lines
297 B
Markdown
Raw Permalink Normal View History

2019-06-07 15:54:40 +00:00
# Install and update
## Install
```bash
git clone https://github.com/dcarrillo/prezto.git ~/.zprezto
cd ~/.zprezto
git remote add upstream https://github.com/sorin-ionescu/prezto.git
git submodule update --init --recursive
```
## Keep updated
Run the [update](scripts/update_zprezto) script.