Add alpine packages
This commit is contained in:
parent
c4810a5a62
commit
f91266a578
2 changed files with 31 additions and 0 deletions
|
|
@ -2,6 +2,26 @@ packages:
|
||||||
cargo:
|
cargo:
|
||||||
- du-dust
|
- du-dust
|
||||||
- mise
|
- mise
|
||||||
|
pkg:
|
||||||
|
packages:
|
||||||
|
- bat
|
||||||
|
# INFO: duf is in testing repositories as 2024-08-05
|
||||||
|
# - duf
|
||||||
|
- eza
|
||||||
|
- fd
|
||||||
|
- fzf
|
||||||
|
- build-base
|
||||||
|
- git
|
||||||
|
- neovim
|
||||||
|
- openssl
|
||||||
|
- openssl-dev
|
||||||
|
- ripgrep
|
||||||
|
- sd
|
||||||
|
- starship
|
||||||
|
- tmux
|
||||||
|
- tree-sitter-cli
|
||||||
|
- zoxide
|
||||||
|
- zsh
|
||||||
dnf:
|
dnf:
|
||||||
copr:
|
copr:
|
||||||
- atim/starship
|
- atim/starship
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,18 @@ echo -e "${C_DODGERBLUE1}Installing packages...${NO_FORMAT}"
|
||||||
{{- if eq .osid "darwin" }}
|
{{- if eq .osid "darwin" }}
|
||||||
# macOS-specific code
|
# macOS-specific code
|
||||||
{{- else if eq .osid "linux-debian" }}
|
{{- else if eq .osid "linux-debian" }}
|
||||||
|
|
||||||
# Debian-specific code
|
# Debian-specific code
|
||||||
|
|
||||||
|
{{- else if eq .osid "linux-alpine" }}
|
||||||
|
|
||||||
|
# ╭─────────────────────────────────────────────────────────╮
|
||||||
|
# │ Install PKG Packages │
|
||||||
|
# ╰─────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
|
|
||||||
|
sudo apk add {{ range .packages.pkg.packages }} {{ . | quote }} {{- end -}}
|
||||||
|
|
||||||
{{- else if eq .osid "linux-fedora" }}
|
{{- else if eq .osid "linux-fedora" }}
|
||||||
|
|
||||||
# ╭──────────────────────────────────────────────────────────╮
|
# ╭──────────────────────────────────────────────────────────╮
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue