Skip to content

phausamann/my-zsh-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-zsh-prompt

A beautiful zsh prompt with tons of useful features.

screenshot

Includes:

Installation

Install zsh using your systems package manager, e.g. on ubuntu/Debian:

$ sudo apt-get install zsh

Clone the repository and run the setup script:

$ git clone https://github.com/phausamann/my-zsh-prompt
$ zsh my-zsh-prompt/setup.sh

For the status bar theme to display properly, you might need to install a font such as FiraCode.

Usage

From your current shell, run:

$ zsh

If you like what you see, you can make zsh your default shell:

$ chsh -s $(which zsh)

The change will take effect on the next login.

Keyboard shortcuts

  • CTRL+T for fuzzy path completion (If you have part of the path already typed, type ** and hit Tab)
  • CTRL+R for fuzzy history search
  • CTRL+Space for completing auto suggestions
  • CTRL+Left/Right for completing auto suggestions word by word

Customization

Edit ~/.zshrc to customize the prompt and features.

About

A beautiful zsh prompt with tons of useful features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages