All Projects → NorfairKing → super-user-spark

NorfairKing / super-user-spark

Licence: MIT license
A safe way to never worry about your beautifully configured system again. (NO LONGER MAINTAINED. Use Nixos instead.)

Programming Languages

haskell
3896 projects
shell
77523 projects

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].