From 1ed328d88207ae936ddc0f874d0513c6a071bdca Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jan 2021 03:30:47 -0600 Subject: [PATCH] Update README clone instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e6f543b..1a7d62ae 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ Clone the repository and stow in configs that you want, like so: ```bash cd -git clone git@git.desu.ltd:salt/dotfiles .dotfiles +git clone git@git.desu.ltd:salt/dotfiles --recurse-submodules .dotfiles cd .dotfiles -git submodule update --recursive --remote -stow vim # Or whatever config set you want +stow base # Or whatever config set you want ``` I would highly recommend using this repository only as a reference and building your own dotfile solution from scratch. @@ -36,5 +35,5 @@ Included within are also a handful of management scripts. | script | description | | --- | --- | -| `deploy-all.sh` | Deploys all packages. Note that I reserve the right to produce packages with conflicting contents, so in the future this may be refined to only deploy a specific subset of packages (base, vim, etc.). | +| `deploy-all.sh` | Deploys all packages. Note that I reserve the right to produce packages with conflicting contents, so in the future this may be refined to only deploy a specific subset of packages (base, desktop-common, etc.). | | `submodule-checkout-masters-and-update.sh` | For every submodule in the repo, checks out its master branch (instead of the exact commit specified in the base repo) and then pulls from upstream. Effectively, this updates any submodules in the repo, such as Vim plugins, themes, etc. |