8000 GitHub - tedroden/prezto: The configuration framework for Zsh
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tedroden/prezto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prezto — Instantly Awesome Zsh

Prezto is the configuration framework for Zsh;

You should use the main one: https://github.com/sorin-ionescu/prezto

Installation

This is my fork with nothing interesting.

Installation

Clone it

git clone --recursive git@github.com/tedroden/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

And link the files

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

About

The configuration framework for Zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0