Skip to content

Sudo, a font for programmers and command line users.

Notifications You must be signed in to change notification settings

wheredoesyourmindgo/sudo-font

 
 

Repository files navigation

The Sudo font family

Sudo is a font designed for terminals, programming, and user interfaces. Use at 16 pixels size for optimal results. It has a monospaced variant, simply called Sudo, and a proportional variant, called Sudo UI. A Variable Font version is available. It has an extra variation axis to modify the length of descenders.

Sudo decidedly has no ligatures, but supports all common Powerline glyphs out of the box.

Find out more about the fonts at https://www.kutilek.de/sudo-font/ or download the latest release.

Sudo Regular and Bold in TextMate

Sudo Light in vim on macOS with Powerline

Installation

FreeBSD

Sudo is available in the FreeBSD Ports Collection.

pkg install sudo-font

macOS

Download the latest release and copy the TTF files into /Library/Fonts or ~/Library/Fonts.

Sudo is also available as a Homebrew package.

brew tap homebrew/cask-fonts
brew install --cask font-sudo

Arch Linux

Sudo is available in the Arch User Repository as ttf-sudo.

Patch Fonts

There is a custom shell script included patch-fonts.sh that will rebuild larger versions of this font. The patched fonts will be written to dist/sudo.zip. Note, the Sudo Variable font is omitted from this script.

On macOS, add FontTools and GNU Sed prior to running shell script. Optionally, for patching fonts with Nerd Font's font-patcher install fontforge and place font-patcher python script in PATH. See patch-fonts.sh for example.

brew install fonttools gnu-sed

optionally, add fontforge for Nerd Fonts patching.

brew install fontforge

About

Sudo, a font for programmers and command line users.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 61.7%
  • Shell 19.5%
  • Makefile 18.8%