Rhatto's default apps ===================== These repo contains submodules with basic applications to be easily deployed in your home folder of whichever system you have access to. Installation ------------ Get the code: git clone --recursive git://git.sarava.org/rhatto/apps.git $HOME/apps && cd $HOME/apps Then check the source integrity of the latest release: tag="`git describe --abbrev=0 --tags`" git tag -v $tag && git checkout $tag Then add each folder to your `$PATH`. If you use rhatto's profile module that will be automatically handled to you.