-
Notifications
You must be signed in to change notification settings - Fork 11
/
1-get-the-necessary-software.sh
executable file
·26 lines (21 loc) · 1.58 KB
/
1-get-the-necessary-software.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
#!/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.
#
##################################################################################################################
##################################################################################################################
######################## D I S T R O C H E C K ##########################
##################################################################################################################
#sudo pacman -S git gnome-themes-standard gtk-engine-murrine autoconf automake pkg-config inkscape optipng gnome-shell sassc meson --needed
sudo apt install inkscape sassc meson gnome-themes-standard gtk2-engines-murrine gnome-shell pkg-config cinnamon libgtk-3-dev optipng
echo "################################################################"
echo "Next up figure out the colour accent of your new Arc theme online or with gpick or other software."
echo "Then change the colour for the variable NEWCOLOUR1 in next script, save and run it."
echo "################################################################"