All Projects → reobin → Typewritten

reobin / Typewritten

Licence: mit
A minimal, lightweight, informative zsh prompt theme

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Typewritten

Pure
Pretty, minimal and fast ZSH prompt
Stars: ✭ 10,891 (+2364.03%)
Mutual labels:  terminal, zsh, prompt, minimal
Shelby
Shelby is a fast ⚡️ , lightweight ☁️ , minimal✨, shell prompt written in Go.
Stars: ✭ 148 (-66.52%)
Mutual labels:  zsh, prompt, minimal
slimline
Minimal, customizable, fast and elegant ZSH prompt
Stars: ✭ 48 (-89.14%)
Mutual labels:  zsh, minimal, prompt
Lean
Pretty, minimal, one-line, fast ZSH prompt
Stars: ✭ 136 (-69.23%)
Mutual labels:  zsh, prompt, minimal
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (-58.82%)
Mutual labels:  zsh, prompt, async
Common
A simple, clean and minimal prompt.
Stars: ✭ 213 (-51.81%)
Mutual labels:  zsh, prompt, minimal
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+3462.9%)
Mutual labels:  terminal, zsh, prompt
apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (-85.52%)
Mutual labels:  zsh, prompt
git-prompt.zsh
A fast, customizable, pure-shell, asynchronous Git prompt for Zsh
Stars: ✭ 139 (-68.55%)
Mutual labels:  zsh, prompt
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-41.63%)
Mutual labels:  terminal, zsh
Nord Dircolors
An arctic, north-bluish clean and elegant dircolors theme.
Stars: ✭ 328 (-25.79%)
Mutual labels:  terminal, zsh
Funky
Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.
Stars: ✭ 434 (-1.81%)
Mutual labels:  terminal, zsh
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+1375.79%)
Mutual labels:  zsh, prompt
Trueline
Fast and extensible bash powerline prompt with true color and fancy icon support
Stars: ✭ 271 (-38.69%)
Mutual labels:  terminal, prompt
Zsh Kubectl Prompt
Display information about the kubectl current context and namespace in zsh prompt.
Stars: ✭ 342 (-22.62%)
Mutual labels:  zsh, prompt
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (-2.49%)
Mutual labels:  terminal, zsh
bashy
Extremely fast and simple git prompt for bash and zsh
Stars: ✭ 43 (-90.27%)
Mutual labels:  zsh, prompt
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+641.86%)
Mutual labels:  terminal, zsh
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+862.67%)
Mutual labels:  terminal, prompt
Cw
The best way to tail AWS CloudWatch Logs from your terminal
Stars: ✭ 368 (-16.74%)
Mutual labels:  terminal, zsh

typewritten

typewritten

A minimal zsh prompt


All contributors

typewritten zsh prompt demo

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

💻 🤔

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

Inspiration

pure layout is inspired by Pure

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].