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

@ -14,6 +14,7 @@
mtr
nix-zsh-completions
nurl
powershell
rename
slack
subversion
@ -217,5 +218,10 @@
usessh = "gpgconf --kill gpg-agent";
};
}; # 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