diff options
-rw-r--r-- | README.md | 43 |
1 files changed, 3 insertions, 40 deletions
@@ -39,48 +39,11 @@ you might have available on your shell. To use a project distributed by this repository simply add it's folder into your `$PATH`. -infection +Infection --------- -**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 `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/infection install --all --deps - -Once installed locally, you can sincronize this config to a remote host using -rsync+ssh: - - 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 -sensitive stuff in those places. Then it makes sure your dotfiles are properly -linked. - -Updating --------- - -You can fetch updates in this repository using - - 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 `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 - - infection merge +You might make this repository takeover your `$HOME`. +Check [Inception README](inception/README.md) for details. Folder structure ---------------- |