Last active
March 10, 2017 13:12
-
-
Save Phlow/94ebb77a6b6cc6dccd3451436be43096 to your computer and use it in GitHub Desktop.
Fonts Schriften Linux Installation installieren
This file contains 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 | |
# Get script › wget https://gist.githubusercontent.com/Phlow/94ebb77a6b6cc6dccd3451436be43096/raw/2fee13d632dec696483d42f84c734e37fe17577a/schrifteninstallieren.sh | |
# Google Fonts | |
cd && wget https://raw.githubusercontent.com/hotice/webupd8/master/install-google-fonts | |
chmod +x install-google-fonts | |
./install-google-fonts | |
# Linux Libertine und EB Garamond | |
sudo apt-get install ttf-linux-libertine | |
sudo apt-get install fonts-ebgaramond fonts-ebgaramond-extra | |
sudo apt-get install ttf-mscorefonts-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment