diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 ---------------- |