refactor: reorganize Nushell configurations with Windows support

- Add shared Nushell config templates in .chezmoitemplates/
- Create Windows-specific Nushell configs in AppData/Roaming/
- Add Windows Terminal settings.json configuration
- Update PowerShell profile template
- Consolidate Nushell env.nu and config.nu templates across platforms
This commit is contained in:
Ryan Walters
2025-10-27 01:51:21 -05:00
parent 4f0b832564
commit 48d40b2872
8 changed files with 1531 additions and 1247 deletions

View File

@@ -0,0 +1,4 @@
{{- /* Windows path: %APPDATA%\nushell\env.nu */ -}}
{{- if eq .chezmoi.os "windows" -}}
{{- template "nushell/env.nu.tmpl" . -}}
{{- end -}}