mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-25 09:23:12 +01:00
Update configure-git.ps1
This commit is contained in:
parent
cb99c1ad30
commit
aa3e5a8555
@ -33,7 +33,7 @@ try {
|
|||||||
"⏳ (2/6) Query user settings..."
|
"⏳ (2/6) Query user settings..."
|
||||||
if ($fullName -eq "") { $fullName = Read-Host "Enter your full name" }
|
if ($fullName -eq "") { $fullName = Read-Host "Enter your full name" }
|
||||||
if ($emailAddress -eq "") { $emailAddress = Read-Host "Enter your e-mail address"}
|
if ($emailAddress -eq "") { $emailAddress = Read-Host "Enter your e-mail address"}
|
||||||
if ($favoriteEditor -eq "") { $favoriteEditor = Read-Host "Enter your favorite text editor (atom,emacs,nano,subl,vi,vim,...)" }
|
if ($favoriteEditor -eq "") { $favoriteEditor = Read-Host "Enter your favorite text editor (atom,code,emacs,nano,notepad,subl,vi,vim,...)" }
|
||||||
$stopWatch = [system.diagnostics.stopwatch]::startNew()
|
$stopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||||
|
|
||||||
"⏳ (3/6) Saving basic settings (autocrlf,symlinks,longpaths,etc.)..."
|
"⏳ (3/6) Saving basic settings (autocrlf,symlinks,longpaths,etc.)..."
|
||||||
|
Loading…
Reference in New Issue
Block a user