Added notes on installing imported modules

This commit is contained in:
Gene Liverman 2019-05-28 10:40:11 -04:00
parent e8dd5826f3
commit 71c3a8e27a
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -1,5 +1,8 @@
# With PowerCLI installed via ps-get this isn't needed anymore
#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'
# Install-Module -Name oh-my-posh
Import-module oh-my-posh