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.
+1 for @dprmd