# Install required packages
sudo apt-get install git make ruby-sass
# Keep all the stuff together
mkdir mint
cd mint
# Clone the repository
git clone https://github.com/linuxmint/mint-themes.git
cd mint-themes
# Generate the theme files
make
# Copy the files to the system themes folder
sudo cp -r usr/share/themes/* /usr/share/themes
cd ..
# Clone Mint-X and Mint-Y icon repositories
git clone https://github.com/linuxmint/mint-y-icons.git
git clone https://github.com/linuxmint/mint-x-icons.git
# Put icon themes in system icons folder
sudo cp -r mint-x-icons/usr/share/icons/* /usr/share/icons
sudo cp -r mint-y-icons/usr/share/icons/* /usr/share/icons
Last active
July 17, 2019 11:41
-
-
Save esa1975/495591ca78af070c8228f4ce7a077486 to your computer and use it in GitHub Desktop.
Install Mint Themes and Icons on Ubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment