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
|
Syncs austenwares.com offical bash/zsh/tmux/vim/... config files
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
- Using Ansible
|
- Using Ansible (more setup, easier syncing)
|
||||||
|
|
||||||
|
git clone https://austenwares.com/gitea/stonewareslord/sync
|
||||||
|
cd sync
|
||||||
virtualenv .env
|
virtualenv .env
|
||||||
. .env/bin/activate
|
. .env/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
./sync.sh TAG[,TAG2...] [ANSIBLE-OPTS]
|
./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 skel
|
||||||
stow vim
|
stow vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user