spacemacs/layers/+distributions/spacemacs-docker/deps-install
2019-12-14 20:20:51 +00:00
..
installers Fix typos 2019-12-05 22:23:04 +01:00
lib converted cl to cl-lib 2019-12-14 20:20:51 +00:00
README.org Fix typos 2019-12-05 22:23:04 +01:00
run [spacemacs-docker] clean .#recentf 2018-08-30 13:41:32 +03:00

spacemacs-docker layers dependency installation scripts

Description

Dependency installation scripts for Spacemacs layers in Docker environment.

Features:

  • Add Spacemacs to your Docker environment so you can build, ship, and run apps, anywhere

How it works

When .spacemacs file contains one of supported layers and its installation isn't disabled, it will be used to satisfy the layer's requirements, taking into account its configurations. For example, gometalinter will be installed only if the variable go-use-gometalinter is t. Set <LAYER_NAME>-spacemacs-docker-disable-deps-install to t if you want to disable dependency installation for the <LAYER_NAME> layer. Example:

  (pandoc :variables pandoc-spacemacs-docker-disable-deps-install t)