blob: d32904c33279793eae1df4e13f1471023b0265ee (
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
36
|
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):
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
Once installed locally, you can deploy remotelly using rsync+ssh:
inception deploy <hostname>
You should have a nice workspace now :)
|