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

[ library, mit, program, system ] [ Propose Tags ]

Configure your dotfile deployment with a DSL.


[Skip to Readme]

Modules

[Last Documentation]

  • SuperUserSpark
    • SuperUserSpark.Bake
      • SuperUserSpark.Bake.Internal
      • SuperUserSpark.Bake.Types
    • SuperUserSpark.Check
      • SuperUserSpark.Check.Internal
      • SuperUserSpark.Check.Types
    • SuperUserSpark.Compiler
      • SuperUserSpark.Compiler.Internal
      • SuperUserSpark.Compiler.Types
      • SuperUserSpark.Compiler.Utils
    • SuperUserSpark.Constants
    • SuperUserSpark.CoreTypes
    • SuperUserSpark.Deployer
      • SuperUserSpark.Deployer.Internal
      • SuperUserSpark.Deployer.Types
    • SuperUserSpark.Diagnose
      • SuperUserSpark.Diagnose.Internal
      • SuperUserSpark.Diagnose.Types
    • Language
      • SuperUserSpark.Language.Types
    • SuperUserSpark.OptParse
      • SuperUserSpark.OptParse.Types
    • SuperUserSpark.Parser
      • SuperUserSpark.Parser.Internal
      • SuperUserSpark.Parser.Types
    • SuperUserSpark.PreCompiler
      • SuperUserSpark.PreCompiler.Types
    • SuperUserSpark.Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

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, aeson-pretty, base (>=4.9 && <5), bytestring, directory, filepath, hashable, mtl, optparse-applicative, parsec, path, path-io, process, super-user-spark, text, unix, validity (>=0.6.0.0), validity-path [details]
License MIT
Author Tom Sydney Kerckhove
Maintainer syd.kerckhove@gmail.com
Category System
Home page https://github.com/NorfairKing/super-user-spark
Source repo head: git clone https://github.com/NorfairKing/super-user-spark
Uploaded by Norfair at 2020-01-26T09:23:35Z
Distributions
Executables super-user-spark
Downloads 6363 total (28 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-01-26 [all 3 reports]

Readme for super-user-spark-0.4.0.4

[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!