From ecd49cdfdf7a9c5a9682483866440e0e453b1e7d Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 22 Jul 2018 10:20:55 -0400 Subject: [PATCH] Add checkout develop in one liner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a00ba..5f4cceb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files - Stow oneliner - command -v stow >/dev/null && git clone https://gitea.austenwares.com/stonewareslord/sync ~/sync && cd ~/sync && stow skel && git clone git@gitea.austenwares.com:stonewareslord/private && stow private/skel + command -v stow >/dev/null && git clone https://gitea.austenwares.com/stonewareslord/sync ~/sync && git checkout develop && cd ~/sync && stow skel && git clone git@gitea.austenwares.com:stonewareslord/private && stow private/skel - Installing vim