Skip to content

Commit

Permalink
Update install-numix-xfce-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored Jun 26, 2017
1 parent fd33269 commit 967b292
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/bash/install-numix-xfce-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@ sudo apt-get install -y numix-icon-theme

sudo git clone https://github.com/numixproject/numix-icon-theme.git


# 3. DOWNLOAD GOOGLE FONTS

# 3.1. Open Sans
cd /usr/local/share/fonts
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Bold.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-BoldItalic.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-ExtraBold.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-ExtraBoldItalic.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Italic.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Light.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-LightItalic.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-Regular.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-SemiBold.ttf
sudo wget https://github.com/google/fonts/raw/master/apache/opensans/OpenSans-SemiBoldItalic.ttf



# 3. ACTIVATE NUMIX'S THEME, WM, AND ICONS IN XFCE

xfconf-query -c xsettings -p /Net/ThemeName -s 'Numix'
Expand Down

0 comments on commit 967b292

Please sign in to comment.