From 26bc7fee7c8e1a7389bca210d07b24fa1e728602 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 17 Nov 2021 15:19:13 -0700 Subject: [PATCH] update readme for new workflow --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7123b01..0fbec9e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ My config for dotfiles. ## Setup -- Install `git curl zsh` -- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14` -- Run `~/.install_scripts/.sh` + +Prereqs: `git wget` + +- Run `sh -c "$(wget -q0- git.io/chezmoi)" -- init --apply candrewlee14`