@hackage super-user-spark0.4.0.4

Configure your dotfile deployment with a DSL.

Super User Spark

Build Status

A safe way to never worry about your beautifully configured system again.

Example

If your dotfiles repository looks like this...

dotfiles
├── bashrc
├── bash_aliases
├── bash_profile
└── README

... then you can now deploy those dotfiles with this .sus file using spark!

card bash {
  into ~

  .bashrc
  .bash_aliases
  .bash_profile
}

Find out more in the documentation below.

Documentation

Most of the documentation is in the doc directory.

SUS Depot Examples

If you would like to have your name on this list, just send a pull request.

Contributing

Before contributing, make sure you installed the pre-commit tests:

spark deploy hooks.sus

Found a problem?

Raise an issue or, even better, do a pull-request with a failing test!