-
Notifications
You must be signed in to change notification settings - Fork 27
/
install-numix-v1.sh
executable file
·29 lines (21 loc) · 1.05 KB
/
install-numix-v1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
#
##################################################################################################################
# Written to be used on 64 bits computers
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
# repo for numix themes
sudo add-apt-repository ppa:numix/ppa -y
# getting new info of this new repo
sudo apt-get -y update
# installing
sudo apt-get install -y numix-gtk-theme numix-icon-theme-circle
echo "################################################################"
echo "################### T H E E N D ######################"
echo "################################################################"