Created
October 20, 2011 18:42
-
-
Save jnbek/1301929 to your computer and use it in GitHub Desktop.
Install All TTF fonts in Arch repos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| X=(`pacman -Ss ttf- | sed -e's/\s.*//'`); pacman -S $X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment