commit f92da62f699b121372aac1d18af834840b10f29f Author: Abhay Rana Date: Fri Jul 17 04:25:08 2015 +0530 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0272c8 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +#awesome-vcs + +A curated list of awesome version control libraries. + +I like to keep everything under version control. This is a list of utilities that allow you to do that. + +# DNS + + - [clouddns](https://github.com/jhawthorn/clouddns) (Cloudfront) + - [namesync](https://github.com/dnerdy/namesync) (cloudflare) + +# Configuration + +- [etckeeper](https://github.com/joeyh/etckeeper) + +# Passwords + +- http://stackoverflow.com/questions/559611/password-storage-in-source-control +- John Resig's [blog post](http://ejohn.org/blog/keeping-passwords-in-source-control/) +- [pass](http://www.passwordstore.org/), standard unix password manager (encrypt, then commit) +- [ansible-vault](https://docs.ansible.com/playbooks_vault.html) encrypted storage for ansible + +# Dotfiles + +- +- [Arch Wiki Guide](https://wiki.archlinux.org/index.php/Dotfiles#Version_control) +- [gnu stow](http://www.gnu.org/software/stow/) + +# Vim + +- http://www.terminally-incoherent.com/blog/2012/03/12/putting-your-vim-files-under-version-control/ + +# Media + +- [Git Large File Storage](https://git-lfs.github.com/) + +# Encrypted + +- [HN Thread](https://news.ycombinator.com/item?id=8264496) +- [git-crypt](https://www.agwa.name/projects/git-crypt/) +- [Blog post](http://dsernst.com/2015/06/09/git-crypt-is-git--encryption/) on git-crypt