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 You should have a nice workspace now :)