Last active
          December 23, 2015 09:51 
        
      - 
      
 - 
        
Save prasetiyohadi/7215a07e7260768db5d9 to your computer and use it in GitHub Desktop.  
    pacman install all fonts except *mate* and *tex* package
  
        
  
    
      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
    
  
  
    
  | #!/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