view .chezmoiscripts/run_once_after_15-install-ubuntu-packages.sh.tmpl @ 693:f9eadf5e6d57

feat: reduce size of history search window
author zegervdv <zegervdv@me.com>
date Wed, 05 Oct 2022 18:35:44 +0200
parents 4b289d175d89
children 134efe943fd4
line wrap: on
line source

{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
#!/usr/bin/env bash

sudo apt install -y libsqlite3-dev libreadline-dev libbz2-dev libncurses-dev
{{- end }}