change packages.yaml to packages.toml

This commit is contained in:
Yuan Chiu 2025-04-23 19:34:20 +08:00
parent 14349ad95f
commit df18cdad71
2 changed files with 21 additions and 19 deletions

View File

@ -0,0 +1,21 @@
[packages.darwin]
brews = [
'chezmoi',
'git',
'vim',
'lsix',
'eza',
'grc',
'zellij',
'cmake',
'python',
'go',
'nodejs',
'java',
]
casks = [
'iterm2',
'alacritty',
'macvim',
]

View File

@ -1,19 +0,0 @@
packages:
darwin:
brews:
- 'chezmoi'
- 'git'
- 'vim'
- 'lsix'
- 'eza'
- 'grc'
- 'zellij'
- 'cmake'
- 'python'
- 'go'
- 'nodejs'
- 'java'
casks:
- 'iterm2'
- 'alacritty'
- 'macvim'