Continue documenting

This commit is contained in:
Austen Adler 2018-07-06 23:35:28 -04:00
parent ce711ca6d5
commit 65252ffe9f

View File

@ -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