Get the code:
- git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps && cd $HOME/apps
+ git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps
Then check the source integrity of the latest release:
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 --all --deps
+ $HOME/apps/inception install --all --deps
Once installed locally, you can deploy remotelly using rsync+ssh:
# Install
function inception_install {
- # We could just do that, but we shall make sure that code was verified
- #$0 init
- #$0 load
- echo "Please README!"
+ $0 init
+ $0 load $*
}
# Deploy