Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenskutilek/sudo-font
Sudo, a font for programmers and command line users.
https://github.com/jenskutilek/sudo-font
coding-font font tools
Last synced: 6 days ago
JSON representation
Sudo, a font for programmers and command line users.
- Host: GitHub
- URL: https://github.com/jenskutilek/sudo-font
- Owner: jenskutilek
- License: ofl-1.1
- Created: 2013-09-11T18:27:15.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T08:12:31.000Z (13 days ago)
- Last Synced: 2025-01-27T09:02:19.587Z (13 days ago)
- Topics: coding-font, font, tools
- Language: Python
- Homepage:
- Size: 223 MB
- Stars: 417
- Watchers: 16
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README-Debian.md
- Funding: .github/FUNDING.yml
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Using the official Sudo Fonts apt repository
The Sudo fonts are not part of the official Debian distribution. But you can use my private apt repository to install and update the Sudo fonts.
The repo ist hosted at .
Add the GPG public key of the repo to be able to check the signatures:
```sh
wget -O- https://raw.githubusercontent.com/jenskutilek/sudo-font/master/fonts-sudo-archive-keyring.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/fonts-sudo-archive-keyring.gpg > /dev/null
```Add the appropriate line to your apt sources by running this command:
```sh
echo "deb [arch=all] https://www.kutilek.de/apt stable main" | sudo tee /etc/apt/sources.list.d/fonts-sudo.list
```Then you can install the package:
```sh
sudo apt update
sudo apt install fonts-sudo
```