feat(mise): Add additional packages
This commit is contained in:
@@ -8,6 +8,10 @@ binstall = true
|
|||||||
|
|
||||||
[bootstrap.packages]
|
[bootstrap.packages]
|
||||||
|
|
||||||
|
"apt:tar" = "latest"
|
||||||
|
"apt:zip" = "latest"
|
||||||
|
"apt:unzip" = "latest"
|
||||||
|
|
||||||
"apt:manpages" = "latest"
|
"apt:manpages" = "latest"
|
||||||
"apt:manpages-fr" = "latest"
|
"apt:manpages-fr" = "latest"
|
||||||
|
|
||||||
@@ -24,14 +28,15 @@ binstall = true
|
|||||||
"apt:wget" = "latest"
|
"apt:wget" = "latest"
|
||||||
|
|
||||||
"apt:vim" = "latest"
|
"apt:vim" = "latest"
|
||||||
|
"apt:git" = "latest"
|
||||||
|
"apt:tree" = "latest"
|
||||||
|
|
||||||
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) }}
|
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) }}
|
||||||
"apt:build-essential" = "latest"
|
"apt:build-essential" = "latest"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# coreutils grep less tar zip unzip tree
|
# coreutils grep less
|
||||||
# git #tig
|
# tig
|
||||||
# vim
|
|
||||||
# openssh-server openssh-client mosh
|
# openssh-server openssh-client mosh
|
||||||
# lftp fping mtr socat
|
# lftp fping mtr socat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user