Skip to content
Joshua H. Fogg edited this page Oct 3, 2015 · 2 revisions

Ubuntu users can use the Numix Project PPA to install the program. Simply use the following:

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-folders

For Arch users there's a community maintained package in the AUR which builds from this GitHub.

Users of other distros can use the following method:

cd /opt
git clone https://github.com/numixproject/numix-folders.git
cp numix-folders/numix-folders.desktop /usr/share/applications/
cd /usr/bin/
sudo touch numix-folders
sudo echo $'#!/bin/bash\ncd /opt/numix-folders && ./numix-folders "$1"' > numix-folders
sudo chmod +x numix-folders
Clone this wiki locally