public
Description: Ecru icons revisited
Homepage:
Clone URL: git://github.com/mulberry/Eggshell-Icon-Theme.git
Eggshell-Icon-Theme / install-me.sh
100755 20 lines (11 sloc) 0.241 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
 
mkdir -p ~/.icons/Eggshell
 
cd scripts
 
./install.sh
 
echo "Linking stuff up"
cd ..
 
 
cp -r -b * ~/.icons/Eggshell
 
rm -R ~/.icons/Eggshell/scripts
rm -R ~/.icons/Eggshell/install-me.sh
 
echo "copying to ~/.icons"
echo "DONE!"