📝 A list of tools and articles helpful for keeping everything under plaintext.
Go to file
Nemo 8ae423748a Adds more links 2015-07-17 12:33:59 +05:30
README.md Adds more links 2015-07-17 12:33:59 +05:30

README.md

#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

Configuration

Passwords

Dotfiles

Vim

Media

Encrypted Storage

  • HN Thread for blackbox, with various alternatives suggested
  • git-crypt - git-crypt enables transparent encryption and decryption of files in a git repository
  • Blog post on git-crypt
  • transcrypt - transparently encrypt files within a git repository
  • blackbox - use decryption keys per user, meaning that there is no single shared password
  • git-encrypt - Slightly older technique

Designers

  • pixelapse - Visual version control and collaboration workflow
  • Adobe Version Cue - Blog post explaining version control to designers

Music

  • lilypond - version control for sheet music. Think Latex for sheet music
  • tunemachine - Version control for spotify playlists.

Database

Backups

  • 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)