aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9c6170f21df8b5f9091e7175e98ad319a4ed9eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 subfolder from the `apps` repository to your `$PATH` depending on which projects you want to use.

Inception
---------

A more radical approach takes over of all your environment (shell and desktop experience):

    $HOME/apps/inception init

Then, after manually checking repository versions:

    $HOME/apps/inception load

You should have a nice workspace now :)