super-user-spark: Configure your dotfile deployment with a DSL.

[ library, mit, program, system ] [ Propose Tags ]
Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4
Dependencies aeson (>=0.11 && <1.2), aeson-pretty (>=0.8 && <0.9), base (>=4.9 && <5), bytestring (>=0.10 && <0.11), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.5), hashable (>=1.2 && <1.3), iostring (>=0.0 && <0.1), mtl (>=2.2 && <2.3), optparse-applicative (>=0.13 && <0.14), parsec (>=3.1.9 && <3.2), path (>=0.5 && <0.6), path-io (>=1.2 && <1.3), process (>=1.4 && <1.6), super-user-spark, text (>=1.2 && <1.3), unix (>=2.7 && <2.8), validity (>=0.3.2 && <0.4), validity-path (>=0.1 && <0.2) [details]
License MIT
Author Tom Sydney Kerckhove
Maintainer syd.kerckhove@gmail.com
Category System
Uploaded by Norfair at 2017-11-06T08:00:41Z
Distributions
Executables super-user-spark
Downloads 6381 total (32 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-06 [all 1 reports]

Readme for super-user-spark-0.4.0.0

[back to package description]

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!