Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.83 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.83 KB

AUR_ttf-proggy-vector

Proggy Vector is Monospaced, Fixed-width TrueType font optimized for C, C++ programming made by bluescan.

Getting Started

This AUR install only 'Proggy Vector Regular' font, original proggy fonts can be installed with another package.

Prerequisites

Before installing AUR package, you should install AUR helper and dependency packages.

ex) yaourt

# pacman -S binutils gcc pkgfile
# pkgfile --update
# pkgfile strip
# pacman -S pkg-config
# pacman -S make
# pacman -S base-devel
~ git clone https://aur.archlinux.org/yaourt.git
~ cd yaourt
~ makepkg -si

Installing

~ yaourt ttf-proggy-vector

yaourt_screenshot

or clone this repository, build and install.

~ git clone https://github.com/sheepjin99/AUR_ttf-proggy-vector
~ cd AUR_ttf-proggy-vector
~ makepkg -si

Deployment

Find your font with ProggyVector, select and you are done! font_apply

Built With

License

This project & base project Proggy Fonts are licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments