This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Joel's PowerShell Profile | |
| # This file is loaded every time a new PowerShell session starts. | |
| # You can customize your environment by adding commands, functions, and aliases here. | |
| # For more information on customizing your PowerShell profile, see: | |
| # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles | |
| # Note: If you have multiple PowerShell hosts (e.g., PowerShell ISE, Visual Studio Code), you can create separate profile files for each host. | |
| # This file is the "Current User, Current Host" profile, which applies to the current user and the current host application. | |
| # The profile file is located at: $env:USERPROFILE\.config\powershell\joelq.devstation_profile.ps1 | |
| # Modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "WPFInstall": [ | |
| "WPFInstallrustlang", | |
| "WPFInstallvc2015_64", | |
| "WPFInstallspotify", | |
| "WPFInstallgit", | |
| "WPFInstalldotnet6", | |
| "WPFInstalldiscord", | |
| "WPFInstalltelegram", | |
| "WPFInstallgoogledrive", |