Update modules/lang/*
This commit is contained in:
parent
f0adef1b01
commit
e14e25ecb4
68 changed files with 1487 additions and 750 deletions
14
modules/lang/sh/boostrap.el
Normal file
14
modules/lang/sh/boostrap.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
;;; lang/sh/boostrap.el
|
||||
|
||||
(bootstrap!
|
||||
:title "{z,ba}sh"
|
||||
:desc "Sets up the zshdb and bashdb debuggers, and shell-check"
|
||||
|
||||
:if-debian
|
||||
(sudo "apt-get update && apt-get install zshdb bashdb spellcheck")
|
||||
|
||||
:if-arch
|
||||
(sudo "pacman --noconfirm --needed -S zshdb bashdb shellcheck")
|
||||
|
||||
:if-macos
|
||||
(sh "brew install zshdb bashdb"))
|
Loading…
Add table
Add a link
Reference in a new issue