Mercurial > dotfiles
view .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 696:22efd3b888f8
feat: enable spellchecking for select filetypes
using spellsitter to only check comments
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 09 Oct 2022 10:51:43 +0200 |
parents | 134efe943fd4 |
children | e1cbab38a3e1 |
line wrap: on
line source
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} #!/usr/bin/env bash sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev {{- end }} {{- end }}