mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Powershell changes
This commit is contained in:
parent
b8745c6c3e
commit
9a99df2bed
3 changed files with 67 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
#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'
|
||||
Import-Module posh-git
|
||||
|
||||
# Install-Module -Name oh-my-posh
|
||||
Import-module oh-my-posh
|
||||
#Set-Theme Paradox
|
||||
Set-Theme beantest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue