blob: 3c085e0912fb24aec7edefb2ce3b7b0ac9028d6a (
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/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.
|