fix packages

This commit is contained in:
Yuan Chiu 2025-05-06 20:37:06 +08:00
parent e60099033b
commit 5869fb71b8

View File

@ -45,6 +45,8 @@ apt = [
'eza', 'eza',
'neovim', 'neovim',
'ueberzug', 'ueberzug',
'ripgrep',
'tree-sitter-cli',
] ]
# Debian ----------------------------------------------------------------------- # Debian -----------------------------------------------------------------------
@ -65,6 +67,8 @@ apt = [
'vim', 'vim',
'git', 'git',
'gcc', 'gcc',
'ripgrep',
'tree-sitter-cli',
] ]
apt_13 = [ apt_13 = [
@ -92,12 +96,15 @@ pacman = [
'cmake', 'cmake',
'zsh', 'zsh',
'lsix', 'lsix',
'imagemagick',
'ueberzugpp', 'ueberzugpp',
'eza', 'eza',
'grc', 'grc',
'zellij', 'zellij',
'ranger', 'ranger',
'neovim', 'neovim',
'ripgrep',
'tree-sitter',
] ]
pacman_nogui = [ pacman_nogui = [
'vim', 'vim',
@ -135,6 +142,7 @@ pacman = [
'cmake', 'cmake',
'zsh', 'zsh',
'lsix', 'lsix',
'imagemagick',
'ueberzugpp', 'ueberzugpp',
'eza', 'eza',
'grc', 'grc',
@ -146,6 +154,10 @@ pacman = [
'nodejs', 'nodejs',
'npm', 'npm',
'jdk-openjdk', 'jdk-openjdk',
'ripgrep',
'tree-sitter',
'tree-sitter-bash',
'tree-sitter-cli',
] ]
pacman_nogui = [ pacman_nogui = [
'vim', 'vim',