Do more migration work

This commit is contained in:
Gene Liverman 2023-09-15 15:31:19 -04:00
parent 0e96760c77
commit 62bc6ab923
14 changed files with 10 additions and 18 deletions

View file

@ -1,11 +0,0 @@
# 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'
Import-Module posh-git
# Install-Module -Name oh-my-posh
Import-module oh-my-posh
#Set-Theme Paradox
Set-PoshPrompt -Theme ~/.oh-my-posh.omp.json

View file

@ -1 +0,0 @@
Microsoft.PowerShell_profile.ps1

View file

@ -1,6 +0,0 @@
Host *.westga.edu
User ven-gliverman
HOST *.delivery.puppetlabs.net
IdentityFile ~/.ssh/id_rsa-acceptance
Host beanbag.technicalissues.us
User gliverma

View file

@ -14,6 +14,7 @@
mtr mtr
nix-zsh-completions nix-zsh-completions
nurl nurl
powershell
rename rename
slack slack
subversion subversion
@ -217,5 +218,10 @@
usessh = "gpgconf --kill gpg-agent"; usessh = "gpgconf --kill gpg-agent";
}; };
}; # end zsh }; # end zsh
}; # end programs
home.file = {
".config/powershell/Microsoft.PowerShell_profile.ps1".source = ./files/Microsoft.PowerShell_profile.ps1;
".config/powershell/Microsoft.VSCode_profile.ps1".source = ./files/Microsoft.PowerShell_profile.ps1;
}; };
} }

View file

@ -0,0 +1,4 @@
# With PowerCLI installed via ps-get this isn't needed anymore
#Get-Module -ListAvailable PowerCLI.* | Import-Module
oh-my-posh init pwsh --config ~/.config/oh-my-posh/config.json | Invoke-Expression