feat debian over 13 trixie 可用原生套件安裝,不需手動處理

This commit is contained in:
2025-05-02 21:08:37 +08:00
parent e32b7a10a5
commit 4a89a290b9
2 changed files with 25 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
brews = [
'chezmoi',
'git',
'lazygit',
'zsh',
'vim',
'neovim',
@@ -41,6 +42,11 @@ apt = [
'gcc',
]
apt_13 = [
'neovim',
'lazygit',
]
# Arch Linux -------------------------------------------------------------------
[packages.linux.arch]
pacman_force = [
@@ -53,6 +59,7 @@ pacman = [
'chezmoi',
'sudo',
'git',
'lazygit',
'base-devel',
'fakeroot',
'gcc',
@@ -99,6 +106,7 @@ pacman = [
'chezmoi',
'yay',
'git',
'lazygit',
'base-devel',
'fakeroot',
'gcc',