packages.toml: add htop bmon

This commit is contained in:
Yuan Chiu 2025-06-02 00:34:11 +08:00
parent 2af643db6f
commit c65c67ee80
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -24,6 +24,8 @@ brews = [
'java', 'java',
'jstkdng/programs/ueberzugpp', 'jstkdng/programs/ueberzugpp',
'macism', 'macism',
'htop',
'bmon',
] ]
casks = [ casks = [
@ -48,6 +50,8 @@ apt = [
'ueberzug', 'ueberzug',
'ripgrep', 'ripgrep',
'tree-sitter-cli', 'tree-sitter-cli',
'htop',
'bmon',
] ]
# Debian ----------------------------------------------------------------------- # Debian -----------------------------------------------------------------------
@ -69,6 +73,8 @@ apt = [
'git', 'git',
'gcc', 'gcc',
'ripgrep', 'ripgrep',
'htop',
'bmon',
] ]
apt_13 = [ apt_13 = [
@ -107,6 +113,8 @@ pacman = [
'neovim', 'neovim',
'ripgrep', 'ripgrep',
'tree-sitter', 'tree-sitter',
'htop',
'bmon',
] ]
pacman_nogui = [ pacman_nogui = [
'vim', 'vim',
@ -161,6 +169,8 @@ pacman = [
'tree-sitter', 'tree-sitter',
'tree-sitter-bash', 'tree-sitter-bash',
'tree-sitter-cli', 'tree-sitter-cli',
'htop',
'bmon',
] ]
pacman_nogui = [ pacman_nogui = [
'vim', 'vim',