add linux packages

This commit is contained in:
2025-04-23 20:13:59 +08:00
parent df18cdad71
commit 992d1f0bbb
3 changed files with 46 additions and 1 deletions

View File

@@ -2,11 +2,13 @@
brews = [
'chezmoi',
'git',
'zsh',
'vim',
'lsix',
'eza',
'grc',
'zellij',
'ranger',
'cmake',
'python',
'go',
@@ -18,4 +20,28 @@ casks = [
'iterm2',
'alacritty',
'macvim',
]
[packages.linux.manjaro]
pacman = [
'chezmoi',
'yay',
'base-devel',
'fakeroot',
'gcc',
'cmake',
'lsix',
'eza',
'grc',
'zellij',
'ranger',
'gvim',
'python',
'go',
'nodejs',
'jdk-openjdk',
]
aur = [
'alacritty-sixel-git',
]