-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment : on Wed Feb 1 12:20:35 CET 2017
- Loading branch information
1 parent
25e29af
commit ccb9501
Showing
8 changed files
with
89 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/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. | ||
# | ||
################################################################################################################## | ||
|
||
|
||
|
||
#https://github.com/andreisergiu98/arc-flatabulous-theme | ||
|
||
rm -rf /tmp/arc-flatabulous-theme | ||
|
||
#sudo apt-get install -y autoconf automake pkg-config libgtk-3-dev git | ||
sudo eopkg it -y autoconf automake pkg-config libgtk-3-devel m4 make | ||
|
||
git clone https://github.com/andreisergiu98/arc-flatabulous-theme /tmp/arc-flatabulous-theme | ||
cd /tmp/arc-flatabulous-theme | ||
./autogen.sh --prefix=/usr | ||
sudo make install | ||
#sudo make uninstall | ||
|
||
# cleanup | ||
rm -rf /tmp/arc-flatabulous-theme | ||
|
||
echo "################################################################" | ||
echo "################### T H E E N D ######################" | ||
echo "################################################################" |
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