spacemacs/layers/+lang/shell-scripts
JAremko c1e4556882 Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
README.org Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
config.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
funcs.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
packages.el syntax-checking: rename function add-flycheck-hook to enable-flycheck 2017-03-19 12:40:36 -04:00

README.org

Shell Scripts layer

/TakeV/spacemacs/media/commit/c1e455688229fd498d1b8b1db07c9ed6ed5d3904/layers/+lang/shell-scripts/img/fish.png

Description

This simple layer adds support for shell scripting.

Supported scripting files:

Note: For Windows scripting see the layer windows-scripts

Features

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add shell-scripts to the existing dotspacemacs-configuration-layers list in this file.

Linting

In order to enable sh scripts linting, install shellcheck.

Key Bindings

Key Binding Description
SPC i ! insert shebang in a script file
SPC m \ insert end-of-line backslashes to the lines in the region