Skip to content

A minimal, lightweight, informative zsh prompt theme

License

Notifications You must be signed in to change notification settings

electronicegg/typewritten

 
 

❯ _ typewritten - a minimal zsh prompt theme

Leaves all the room for what's important.

typewritten zsh prompt demo

Terminal is iTerm2 — Font is JetBrains Mono — Terminal theme is Seoul256

Features

Quick start

npm install -g typewritten

That's it. The script will make the necessary symlinks to fpath and set the prompt in your .zshrc.

Manual

Clone the typewritten repository somewhere you can easily link. I recommend creating a .zsh directory at root.

mkdir -p "$HOME/.zsh"
git clone https://github.com/reobin/typewritten.git "$HOME/.zsh/typewritten"

Load typewritten in your .zshrc by using zsh prompinit:

fpath+=$HOME/.zsh/typewritten
autoload -U promptinit; promptinit
prompt typewritten

Other ways to install

Many other ways to install typewritten are available in the wiki

Customization

typewritten is customizable in many ways. To keep the readme file as lean as possible, the documentation was moved to the wiki.

The documentation is separated into two parts:

Example of 3 customized typewritten prompts

Credits

Contributors

A special thanks to all the contributors to this project

Inspiration

pure layout is inspired by Pure

About

A minimal, lightweight, informative zsh prompt theme

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%