mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #287 from genebean/more_configs
Do more migration work
This commit is contained in:
commit
8e9f6f3458
14 changed files with 10 additions and 18 deletions
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Microsoft.PowerShell_profile.ps1
|
||||
|
|
@ -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
|
||||
|
|
@ -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