Skip to content

Instantly share code, notes, and snippets.

@prasetiyohadi
Last active December 23, 2015 09:51
Show Gist options
  • Save prasetiyohadi/7215a07e7260768db5d9 to your computer and use it in GitHub Desktop.
Save prasetiyohadi/7215a07e7260768db5d9 to your computer and use it in GitHub Desktop.
pacman install all fonts except *mate* and *tex* package
#!/bin/bash
sudo pacman -S --needed $(pacman -Ss font | awk -F" " '{print $1}' | grep "/" | awk -F"/" '{print $(NF)}' | grep -v mate | grep -v tex | tr '\n' ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment