diff --git a/install-devruntime b/install-devruntime index 27360a0..956b8dc 100755 --- a/install-devruntime +++ b/install-devruntime @@ -15,6 +15,8 @@ function showHelp() { powershell Installs latest PowerShell LTS version. -h Prints this help messagee. disablemotd Disables hint in new bash terminal + setcode Sets VS Code user setting with basic (Fira Code) + Example 1: install-devruntime dotnet Example 2: install devruntime golang nodejs HELP @@ -123,6 +125,23 @@ function instPwsh() { echo "done." "PowerShell" } +function setCodeSettings() { + CODEFILE="$HOME/data/User/settings.json" + say "Setting VScode base settings.($CODEFILE)" + cat <