mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-20 13:11:13 +00:00
16 lines
297 B
Markdown
16 lines
297 B
Markdown
|
|
||
|
# 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.
|