Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl @ 825:6c169d906c7d
feat: enable highlighting for chezmoi .tmpl files
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 Dec 2023 11:47:51 +0100 |
parents | 2e86aa5360eb |
children | e4d67607d020 |
comparison
equal
deleted
inserted
replaced
824:1b779efc2b42 | 825:6c169d906c7d |
---|---|
1 {{ if eq .chezmoi.os "linux" -}} | 1 {{ if eq .chezmoi.os "linux" -}} |
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} | 2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} |
3 | 3 |
4 {{ $packages := list | 4 {{ $packages := list |
5 "build-essential" | 5 "build-essential" |
6 "libsqlite3-dev" | 6 "libsqlite3-dev" |
7 "libreadline-dev" | 7 "libreadline-dev" |
8 "libbz2-dev" | 8 "libbz2-dev" |
9 "libncurses-dev" | 9 "libncurses-dev" |
10 "zlib1g-dev" | 10 "zlib1g-dev" |
11 "libffi-dev" | 11 "libffi-dev" |
12 "libssl-dev" | 12 "libssl-dev" |
13 "software-properties-common" | 13 "software-properties-common" |
14 "fzf" | 14 "fzf" |
15 "fd-find" | 15 "fd-find" |
16 "ripgrep" | 16 "ripgrep" |
17 "jq" | 17 "jq" |
18 "pass" | 18 "pass" |
19 "apt-file" | 19 "apt-file" |
20 "fonts-firacode" | 20 "fonts-firacode" |
21 "kitty" | 21 "kitty" |
22 "yodl" | 22 "yodl" |
23 "libevent-core-2.1-7" | 23 "libevent-core-2.1-7" |
24 "libevent-dev" | 24 "libevent-dev" |
25 "pipx" -}} | 25 "pipx" -}} |
26 | 26 |
27 {{ $ppa := list | 27 {{ $ppa := list |
28 "ppa:maveonair/helix-editor" | 28 "ppa:maveonair/helix-editor" |
29 "ppa:mozillateam/ppa" -}} | 29 "ppa:mozillateam/ppa" -}} |
30 | 30 |