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