diff --git a/.vscode/ltex.hiddenFalsePositives.en-US.txt b/.vscode/ltex.hiddenFalsePositives.en-US.txt new file mode 100644 index 0000000..f94dd78 --- /dev/null +++ b/.vscode/ltex.hiddenFalsePositives.en-US.txt @@ -0,0 +1,2 @@ +{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QShoutout to: ankokudaishogun for being a HUGE help\\E$"} +{"rule":"SETUP_VERB","sentence":"^\\QWorking on getting it to setup more of the env as well\\E$"} diff --git a/README.md b/README.md index 6e27300..49ccaeb 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,3 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System. ``` You'll get 5 menu options. Use the ones that make sense. - - diff --git a/setup.ps1 b/setup.ps1 index 18cfb2f..b5ac019 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -67,6 +67,9 @@ function Update-Profile { $CheckString = Get-Content -Path .\CopyFromFile.txt if (-not(Select-String -Quiet -Path $PROFILE -Pattern $CheckString)) {Get-Content -Path .\CopyFromFile.txt | Add-Content -Path $PROFILE} + #Delete "Helper File" + Remove-Item .\CopyFromFile.txt + }