sudo pacman -S git make ruby-sass
mkdir mint cd mint
git clone https://github.com/linuxmint/mint-themes.git cd mint-themes
make
sudo cp -r usr/share/themes/* /usr/share/themes
cd ..
git clone https://github.com/linuxmint/mint-y-icons.git git clone https://github.com/linuxmint/mint-x-icons.git
sudo cp -r mint-x-icons/usr/share/icons/* /usr/share/icons sudo cp -r mint-y-icons/usr/share/icons/* /usr/share/icons
At this point you can delete the mint folder since you won't need it once the files have been copied.
If your having problems with this, try this solution:
Download sassc and python:
sudo pacman -S sassc python
Open the file "generate-themes.py" with a text editor, search for the word "pysassc" and replace it with the word "sassc", and run the command "make" again. Now just copy+paste the folders from "/home/YOURUSERNAME/mint/mint-themes/usr/share/themes/" to "/usr/share/themes/" Command:
sudo cp -r /home/YOURUSERNAME/mint/mint-themes/usr/share/themes/* /usr/share/themes/
Note:
You have to replace "YOURUSERNAME" with your user name. (Just making sure nobody missed that)
And for the icons, you can use the AUR build, since its not broken (mint-y-icons and mint-x-icons)
yay -S mint-y-icons
yay -S mint-x-icons