typewritten

授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 陶福
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

typewritten

A minimal zsh prompt


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

Features

Quick start

npm

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

Note: if using oh-my-zsh, set ZSH_THEME="" in your .zshrc to disable oh-my-zsh themes.

Other ways to install

Many other ways to install typewritten are available in the docs

Customization

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

The documentation is separated into two parts:

Example of 3 customized typewritten prompts

Contributors

Thanks goes to these wonderful people (emoji key):


Robin Gagnon

�� �� ��

thbe

��

Erik Reinertsen

�� ��

Artem Zinnatullin :slowpoke:

�� ��

Nizar

��

John Letey

��

Niranjan

��

Nikhil

��

Tobias Deekens

��

Caleb Cushing

��

Konstantin Petrov

�� ��

Krzysztof Tomasz Zembrowski

��

Ivan Velickovic

��

Jeremy Barisch-Rooney

��

Gino

��

frdrk

�� ��

Huy Ha

�� ��

yanyan

��

Louis de Charsonville

�� ��

Jack Chapman

�� ��

GPSBach

�� ��

Will Lorey

��

Gabriel Ataide

�� ��

Scupake

�� ⚠️

Crystal Adkins

�� ��

J.B.C

�� ��

Jeeva K

�� ��

This project follows the all-contributors specification. Contributions of any kind welcome!

Supporters ��

Stargazers repo roster for @reobin/typewritten

Forkers repo roster for @reobin/typewritten

Credits

相关阅读

相关文章

相关问答

相关文档