mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Do more migration work
This commit is contained in:
parent
0e96760c77
commit
62bc6ab923
14 changed files with 10 additions and 18 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue