From d166f7367d7045eda0e13541e905dc6bc34476f8 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 17 Jul 2015 13:20:03 +0530 Subject: [PATCH] Formatting changes --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f80436a..c0b371c 100644 --- a/README.md +++ b/README.md @@ -15,38 +15,37 @@ I like to keep everything under version control. This is a list of utilities tha ## 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 +- *[Question](http://stackoverflow.com/questions/559611/password-storage-in-source-control) on StackOverflow +- *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) +- *[dotfiles.github.io](https://dotfiles.github.io/) - List of various dotfile resources, curated by github +- *[Arch Wiki Guide](https://wiki.archlinux.org/index.php/Dotfiles#Version_control) on using version control for dotfiles - [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/](putting-your-vim-files-under-version-control) +- *[http://www.terminally-incoherent.com/blog/2012/03/12/putting-your-vim-files-under-version-control/](putting-your-vim-files-under-version-control) ## Media -- [Git Large File Storage](https://git-lfs.github.com/) +- [Git Large File Storage](https://git-lfs.github.com/) - Replaces large fileswith text pointers inside Git, while storing the file contents on a remote server. Maintained by github ## Encrypted Storage -- [HN Thread](https://news.ycombinator.com/item?id=8264496) for blackbox, with various alternatives suggested +- *[HN Thread](https://news.ycombinator.com/item?id=8264496) for blackbox, with various alternatives suggested - [git-crypt](https://www.agwa.name/projects/git-crypt/) - git-crypt enables transparent encryption and decryption of files in a git repository -- [Blog post](http://dsernst.com/2015/06/09/git-crypt-is-git--encryption/) on git-crypt +- *[Blog post](http://dsernst.com/2015/06/09/git-crypt-is-git--encryption/) on git-crypt - [transcrypt](https://github.com/elasticdog/transcrypt) - transparently encrypt files within a git repository - [blackbox](https://github.com/StackExchange/blackbox) - use decryption keys per user, meaning that there is no single shared password -- [git-encrypt](https://github.com/shadowhand/git-encrypt) - Slightly older technique ## Designers - [pixelapse](https://www.pixelapse.com/) - Visual version control and collaboration workflow -- [Adobe Version Cue](http://sixrevisions.com/project-management/the-ultimate-guide-to-version-control-for-designers/) - Blog post explaining version control to designers +- *[Adobe Version Cue](http://sixrevisions.com/project-management/the-ultimate-guide-to-version-control-for-designers/) - Blog post explaining version control to designers ## Music @@ -55,12 +54,14 @@ I like to keep everything under version control. This is a list of utilities tha ## Database -- Jeff Atwood's [blog post](http://blog.codinghorror.com/get-your-database-under-version-control/) +- *Jeff Atwood's [blog post](http://blog.codinghorror.com/get-your-database-under-version-control/) ## Backups - [bup](https://github.com/bup/bup) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images) +**Note*: \* denotes that the linked item is not a library or tool, but an article or blog post. + ## License [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)