forked from zipsterific/Ultimate-Linux-Mint-19.1-Cinnamon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-matcha-theme-v1.sh
executable file
·21 lines (19 loc) · 1017 Bytes
/
install-matcha-theme-v1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/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.
#
##################################################################################################################
apt install gtk2-engines-murrine gtk2-engines-pixbuf libxml2-utils -y
add-apt-repository ppa:ryu0/aesthetics -y
apt update
apt install matcha-theme
echo "################################################################"
echo "################# matcha theme installed #####################"
echo "################################################################"