Add checkout develop in one liner
This commit is contained in:
parent
4d48f02553
commit
ecd49cdfdf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user