Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliekoubova committed Aug 3, 2024
1 parent 41e4784 commit 5afd010
Show file tree
Hide file tree
Showing 23 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .chezmoitemplates/packages_windows
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Function InstallPackage($Name) {
Write-Output "Installing $Name"
winget install `
--accept-package-agreements `
--id "%1" `
--id $Name `
--no-upgrade `
--silent `
--source winget
Expand Down
3 changes: 0 additions & 3 deletions dot_local/bin/executable_julie-setup.ps1.tmpl

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ totorohome
julie-setup
julie-setup-ansible
julie-setup-firenvim.cmd
julie-setup.ps1
{{ end }}

{{ if not .os.windows }}
any-pwsh.cmd
flipflop-wheel.ps1
julie-setup.ps1
{{ end }}
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions dot_local/exact_bin/executable_julie-setup.ps1.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{{- if .os.windows -}}
{{ template "packages_windows" .packages }}
{{- end -}}

$WindowsFeatures = @(
"Containers-DisposableClientVM"
"Microsoft-Hyper-V"
"Microsoft-Windows-Subsystem-Linux"
"VirtualMachinePlatform"
)

Enable-WindowsOptionalFeature `
-FeatureName $WindowsFeatures `
-All `
-Online `
-NoRestart
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5afd010

Please sign in to comment.