blob: 406e75fe392c2e8054d42187e0dc20fbad8b192e (
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
|
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
Then logout and log in again. You should have a nice workspace now.
|