This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/shell-scripts
2016-10-17 15:32:43 -04:00
..
img
config.el Define missing jumper handler variables for helm-gtags 2016-09-05 02:38:13 -04:00
funcs.el New package insert-shebang 2016-10-17 15:32:43 -04:00
packages.el New package insert-shebang 2016-10-17 15:32:43 -04:00
README.org New package insert-shebang 2016-10-17 15:32:43 -04:00

Shell Scripts layer

/TakeV/spacemacs/media/commit/779072a6516b0d6fef68cdf28e763ab3a630815b/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