From df18cdad7123f021d3192d40e415c2ed4eba97c2 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 19:34:20 +0800 Subject: [PATCH] change packages.yaml to packages.toml --- .chezmoidata/packages.toml | 21 +++++++++++++++++++++ .chezmoidata/packages.yaml | 19 ------------------- 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 .chezmoidata/packages.toml delete mode 100644 .chezmoidata/packages.yaml diff --git a/.chezmoidata/packages.toml b/.chezmoidata/packages.toml new file mode 100644 index 0000000..480c999 --- /dev/null +++ b/.chezmoidata/packages.toml @@ -0,0 +1,21 @@ +[packages.darwin] +brews = [ + 'chezmoi', + 'git', + 'vim', + 'lsix', + 'eza', + 'grc', + 'zellij', + 'cmake', + 'python', + 'go', + 'nodejs', + 'java', +] + +casks = [ + 'iterm2', + 'alacritty', + 'macvim', +] \ No newline at end of file diff --git a/.chezmoidata/packages.yaml b/.chezmoidata/packages.yaml deleted file mode 100644 index 3dec9f0..0000000 --- a/.chezmoidata/packages.yaml +++ /dev/null @@ -1,19 +0,0 @@ -packages: - darwin: - brews: - - 'chezmoi' - - 'git' - - 'vim' - - 'lsix' - - 'eza' - - 'grc' - - 'zellij' - - 'cmake' - - 'python' - - 'go' - - 'nodejs' - - 'java' - casks: - - 'iterm2' - - 'alacritty' - - 'macvim' \ No newline at end of file