aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-28 10:56:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-28 10:56:00 -0200
commit8be9dc09bc998e3e763e1e6cb3c10c65c65d5446 (patch)
treef85bc1500b332196af1515a895e574028584b989 /README.md
parent99cee2f2f2266d042062e046ce375ca0707dc0e2 (diff)
downloadapps-8be9dc09bc998e3e763e1e6cb3c10c65c65d5446.tar.gz
apps-8be9dc09bc998e3e763e1e6cb3c10c65c65d5446.tar.bz2
Updates README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7ff78b5..37d889e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ structure that unfolds from here.
If you don't like my config -- which might be the case as this kind of thing is
so personal -- you still can use my approach to do the same management with
your own stuff. In that case, fork this repository and replace my setup with
-your own submodules, dotfiles and inception procedure :)
+your own submodules, dotfiles and infection procedure :)
Installation
------------
@@ -39,25 +39,25 @@ you might have available on your shell.
To use a project distributed by this repository simply add it's folder into
your `$PATH`.
-Inception
+infection
---------
-**WARNING:** running `inception` might replace your existing configuration with
+**WARNING:** running `infection` might replace your existing configuration with
my defaults. You probably don't want to do that, except if you like my config.
If you just want to use my scripts, skip the rest of this file.
-If you want to use `inception` with your own config, feel free to change things
+If you want to use `infection` with your own config, feel free to change things
the way it best fits your taste.
If you want to use all all my applications and dotfiles, replacing your
existing configuration with mine, simply run
- $HOME/apps/inception install --all --deps
+ $HOME/apps/infection install --all --deps
Once installed locally, you can sincronize this config to a remote host using
rsync+ssh:
- inception deploy <hostname>
+ infection deploy <hostname>
This commands uses rsync to send all contents of your `$HOME/apps` and
`$HOME/.dotfiles` to a remote server, so please do not add personal or
@@ -69,18 +69,18 @@ Updating
You can fetch updates in this repository using
- inception fetch
+ infection fetch
This commands don't automatically update your working copy. Instead, it just
does a git fetch in the `remotes/origin` repository and display it's last
commit log including git signature.
-You can check version differences using `inception version` and also standard
+You can check version differences using `infection version` and also standard
git commands such as `git-log(1)`. Once you're satisfied and want to apply
changes to the current working copy including updating and initializing
submodules, type
- inception merge
+ infection merge
Folder structure
----------------