Go to file
2018-11-26 13:25:01 -05:00
applications A lot of changes 2017-11-19 23:14:12 -05:00
roles Add remote src 2018-07-08 14:54:45 -04:00
scripts Remove update.sh 2018-07-02 22:29:20 -04:00
skel Change supertab url 2018-11-26 13:25:01 -05:00
skel.old Move files to skel 2018-03-15 10:50:49 -04:00
.gitignore Added private again 2018-07-07 13:51:42 -04:00
hosts Add ansible, create directory structure 2018-04-07 21:47:15 +00:00
main.yml Continue work 2018-07-08 00:51:09 -04:00
README.md Add stow oneliner 2018-07-22 10:14:01 -04:00
requirements.txt Added venv check 2018-07-06 13:39:37 -04:00
sync.sh Merge branch 'feature/ansible' of austenwares.com:stonewareslord/sync into feature/ansible 2018-07-06 13:41:44 -04:00

Sync

Syncs austenwares.com offical bash/zsh/tmux/vim/... config files

Installation

Examples

Sync all config and remove existing files

./sync.sh clean --extra-vars 'overwrite_existing=yes'

Sync for root

./sync.sh default --become --ask-become-pass

Secure SSH

./sync.sh secure --ask-become-pass --tags

Disable SSH password authentication

./sync.sh secure --extra-vars 'disable_passwordauth=true' --ask-become-pass

Use 1.1.1.1 dns

./sync.sh dns --ask-become-pass