13 lines
177 B
Bash
13 lines
177 B
Bash
|
|
||
|
# le Icons
|
||
|
mkdir -p ~/.icons
|
||
|
cd ~/.icons
|
||
|
|
||
|
git clone --depth 1 \
|
||
|
https://github.com/keeferrourke/la-capitaine-icon-theme.git \
|
||
|
la-capitaine
|
||
|
|
||
|
cd la-capitaine
|
||
|
|
||
|
./configure
|