Skip to content

j-d/prezto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prezto — Instantly Awesome Zsh

(Fork for installing it on ubuntu and customise it)

Installation

sudo apt-get install git zsh
cd
git clone --recursive https://github.com/j-d/prezto.git .zprezto

rm .zlogin
rm .zlogout
rm .zpreztorc
rm .zprofile
rm .zshenv
rm .zshrc
ln -s ./.zprezto/runcoms/zlogin .zlogin
ln -s ./.zprezto/runcoms/zlogout .zlogout
ln -s ./.zprezto/runcoms/zpreztorc .zpreztorc
ln -s ./.zprezto/runcoms/zprofile .zprofile
ln -s ./.zprezto/runcoms/zshenv .zshenv
ln -s ./.zprezto/runcoms/zshrc .zshrc
zsh

Ubuntu Desktop:

  • Open a terminal
  • Edit ... > Profiles
  • Default > Edit
  • Title and Command
  • Tick 'Run command as a login shell'
  • Tick 'Run a custom command instead of my shell'
  • Custom command: /usr/bin/zsh
  • Close

About

The configuration framework for Zsh

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%