Proggy Vector is Monospaced, Fixed-width TrueType font optimized for C, C++ programming made by bluescan.
This AUR install only 'Proggy Vector Regular' font, original proggy fonts can be installed with another package.
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
~ yaourt ttf-proggy-vector
or clone this repository, build and install.
~ git clone https://github.com/sheepjin99/AUR_ttf-proggy-vector
~ cd AUR_ttf-proggy-vector
~ makepkg -si
Find your font with ProggyVector, select and you are done!
- Proggy Fonts - Thanks to bluescan, who made this awesome font. Proggy Original fonts are really cool too.
- pkgbuild-introspection - Tool for generating .SRCINFO files (mksrcinfo)
This project & base project Proggy Fonts are licensed under the MIT License - see the LICENSE.md file for details.
- YoungbinLab Blog - Got helped with AUR package upload.
- ttf-d2coding & ttf-neodgm - I learned how to create PKGBUILD by these AUR font packages.