aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3ffe2c74de811a108243e294757f6585e0a2bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/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 by you.