mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 05:14:53 -06:00
- 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
5 lines
152 B
Cheetah
5 lines
152 B
Cheetah
{{- /* Linux/macOS path: ~/.config/nushell/config.nu */ -}}
|
|
{{- if ne .chezmoi.os "windows" -}}
|
|
{{- template "nushell/config.nu.tmpl" . -}}
|
|
{{- end -}}
|