mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added notes on installing imported modules
This commit is contained in:
parent
e8dd5826f3
commit
71c3a8e27a
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# With PowerCLI installed via ps-get this isn't needed anymore
|
# With PowerCLI installed via ps-get this isn't needed anymore
|
||||||
#Get-Module -ListAvailable PowerCLI.* | Import-Module
|
#Get-Module -ListAvailable PowerCLI.* | Import-Module
|
||||||
|
|
||||||
|
# PowerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force
|
||||||
Import-Module '/Users/gene.liverman/.local/share/powershell/Modules/posh-git/1.0.0/posh-git.psd1'
|
Import-Module '/Users/gene.liverman/.local/share/powershell/Modules/posh-git/1.0.0/posh-git.psd1'
|
||||||
|
|
||||||
|
# Install-Module -Name oh-my-posh
|
||||||
Import-module oh-my-posh
|
Import-module oh-my-posh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue