Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created October 20, 2011 18:42
Show Gist options
  • Select an option

  • Save jnbek/1301929 to your computer and use it in GitHub Desktop.

Select an option

Save jnbek/1301929 to your computer and use it in GitHub Desktop.
Install All TTF fonts in Arch repos
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