Set line endings to lf for .sh

This commit is contained in:
Zackarias Montell
2026-01-27 12:38:11 +01:00
parent 267ac0e430
commit d4ef839a07
3 changed files with 30 additions and 2 deletions

View File

@@ -157,7 +157,8 @@ $packages = @(
"Python.Python.3.10", # isort
"JernejSimoncic.Wget", # nvim
"7zip.7zip" # nvim
"rustlang.rustup"
"rustlang.rustup",
"Mozilla.Firefox"
)
$ExtraPackages = @(
"mRemoteNG.mRemoteNG",
@@ -236,7 +237,7 @@ if ($Flags.FontsEnabled)
Set-Location ~\fonts | Out-Null
unzip JetBrainsMono.zip
Remove-Item JetBrainsMono.zip
$FontsPath = "~\fonts"
$FontsPath = "$HOME\fonts"
$shell = New-Object -ComObject Shell.Application
$fonts = $shell.Namespace(0x14)