Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl @ 1038:6ab26ddbf78d
feat: add fish shell
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 26 Apr 2024 18:43:22 +0200 |
parents | 31351132efca |
children |
comparison
equal
deleted
inserted
replaced
1037:38b8060cdf24 | 1038:6ab26ddbf78d |
---|---|
27 "libnotify4" | 27 "libnotify4" |
28 "autoconf" -}} | 28 "autoconf" -}} |
29 | 29 |
30 {{ $ppa := list | 30 {{ $ppa := list |
31 "ppa:maveonair/helix-editor" | 31 "ppa:maveonair/helix-editor" |
32 "ppa:mozillateam/ppa" -}} | 32 "ppa:mozillateam/ppa" |
33 "ppa:fish-shell/release-3" -}} | |
33 | 34 |
34 {{ $extra_packages := list | 35 {{ $extra_packages := list |
35 "helix" | 36 "helix" |
36 "firefox" -}} | 37 "firefox" |
38 "fish" -}} | |
37 #!/usr/bin/env bash | 39 #!/usr/bin/env bash |
38 | 40 |
39 set -xe | 41 set -xe |
40 | 42 |
41 sudo apt install -y {{ $packages | join " "}} | 43 sudo apt install -y {{ $packages | join " "}} |