项目作者: dontrolle

项目描述 :
My PowerShell profile - uses a few modules such as PoshGit, oh-my-posh for customizing the PS prompt, and sources a few of my own modules and scripts. Somewhat developer-oriented. Usage instructions included.
高级语言: PowerShell
项目地址: git://github.com/dontrolle/powershell-profile.git
创建时间: 2021-05-06T13:18:21Z
项目社区:https://github.com/dontrolle/powershell-profile

开源协议:MIT License

下载


My PowerShell profile

Relies on a few modules - can be gotten with PowerShellGet. If PowerShellGet is not already on your system, see Installing PSGet

Dependencies

Modules and scripts

Usage

Either

  • clone directly into your PowerShell profile directory, or,
  • clone in another directory, and setup a symlink to the path where PowerShell looks for your profile. I.e., in an elevated shell, from the cloned directory, do something like:
  1. New-Item -Path $PROFILE -ItemType SymbolicLink -Value (Get-Item .\Microsoft.PowerShell_profile.ps1).FullName