vinceliuice / Vimix-gtk-themes

Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io/
GNU General Public License v3.0
1.64k stars 109 forks source link

Vimix-installer script #40

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello there :)

For people using command line, there's something wrong. Instructions are that we have to run "./Vimix-installer.sh" but file doesn't have the ".sh" part.

Here's what you have to do if you install Vimix with terminal. Third line is the important one, you have to rename the script using "mv".

git clone https://github.com/vinceliuice/vimix-gtk-themes.git
cd vimix-gtk-themes/
mv Vimix-installer Vimix-installer.sh
./Vimix-installer.sh

To @vinceliuice you should rename the file next time :)

vinceliuice commented 7 years ago

Thanks for your remind, I will rename this.