diff --git a/README.md b/README.md index 510c274..334e6a5 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,19 @@ Syncs austenwares.com offical bash/zsh/tmux/vim/... config files ### Installation -- Using Ansible +- Using Ansible (more setup, easier syncing) + git clone https://austenwares.com/gitea/stonewareslord/sync + cd sync virtualenv .env . .env/bin/activate pip install -r requirements.txt ./sync.sh TAG[,TAG2...] [ANSIBLE-OPTS] -- Using stow +- Using stow (quicker, easier, less features) + git clone https://austenwares.com/gitea/stonewareslord/sync ~/sync + cd ~/sync stow skel stow vim