Skip to content

caiwilliamson/prezto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of prezto with my custom configuration (stored on the custom branch).

Updating

Update master from upstream (original repo)

git checkout master
git pull upstream master
git push

Rebase custom branch onto tip of master (resolve any conflicts during rebase)

git checkout custom
git rebase master
git push

About

The configuration framework for Zsh

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%