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:
|
||||
- du-dust
|
||||
- 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:
|
||||
copr:
|
||||
- atim/starship
|
||||
|
|
|
|||
|
|
@ -9,7 +9,18 @@ echo -e "${C_DODGERBLUE1}Installing packages...${NO_FORMAT}"
|
|||
{{- if eq .osid "darwin" }}
|
||||
# macOS-specific code
|
||||
{{- else if eq .osid "linux-debian" }}
|
||||
|
||||
# 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" }}
|
||||
|
||||
# ╭──────────────────────────────────────────────────────────╮
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue