Set line endings to lf for .sh
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user