Continue documenting
This commit is contained in:
parent
ce711ca6d5
commit
65252ffe9f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user