blob: e3cf0c2d56dc4b0f51022e06ec5c21889146511d (
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
33
34
35
|
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 https://git.fluxo.info/rhatto/apps $HOME/apps && cd $HOME/apps
Then check the source integrity of the latest release (also implemented on `git-check-tag` on `utils-git` subfolder):
git log --show-signature -n 1
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
Once installed locally, you can deploy remotelly using rsync+ssh:
inception deploy <hostname>
You should have a nice workspace now :)
|