diff options
author | 2017-06-30 02:43:22 +0200 | |
---|---|---|
committer | 2017-06-30 02:43:22 +0200 | |
commit | 967ed7231baf69bb5c67eff3e9e2fc0928dbebfd (patch) | |
tree | fcd78f83751d08bd23476c1455bdaccfee0fe05b | |
parent | f9e7a1580c36b0e5c6a4a6b82ef9704672581fc5 (diff) | |
download | flat-remix-967ed7231baf69bb5c67eff3e9e2fc0928dbebfd.tar.gz flat-remix-967ed7231baf69bb5c67eff3e9e2fc0928dbebfd.zip |
Update README.md
-rwxr-xr-x | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -13,7 +13,8 @@ It has been designed on gnome shell 3.24 but it should work with most linux dist This theme was made to fit with the [Flat Remix GNOME theme](https://github.com/daniruiz/Super-Flat-Remix-GNOME-theme). - + + # Installation @@ -26,10 +27,10 @@ This theme was made to fit with the [Flat Remix GNOME theme](https://github.com/ #### Terminal installation ``` - cd /tmp; - git clone https://github.com/daniruiz/Flat-Remix; - mkdir -p ~/.icons; - mv "Flat-Remix/Flat Remix" ~/.icons; + cd /tmp && rm -rf Flat-Remix && + git clone https://github.com/daniruiz/Flat-Remix && + mkdir -p ~/.icons && cp -r "Flat-Remix/Flat Remix" ~/.icons && + gsettings set org.gnome.desktop.interface icon-theme "Flat Remix" ``` ###### Ach based distributions |