Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 28, 2024
1 parent 51eb7dd commit cefcac6
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 197 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "clink/more-clink-completions"]
path = clink/more-clink-completions
url = https://github.com/sebthom/more-clink-completions.git
[submodule "dotposh/Modules/PSProjectManager"]
path = dotposh/Modules/PSProjectManager
url = https://github.com/jacquindev/PSProjectManager.git
5 changes: 5 additions & 0 deletions Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ foreach ($function in $(Get-ChildItem -Path "$env:DOTPOSH\Modules\*.ps1" -File).
}
Remove-Variable function

# PSProjectManager
# This module allows you to manage and create projects from the command line.
# For more information, see: https://github.com/jacquindev/PSProjectManager
#Import-Module "$env:DOTPOSH\Modules\PSProjectManager\PSProjectManager.ps1"

# Source config files
foreach ($file in $(Get-ChildItem -Path "$env:DOTPOSH\Config\*" -Include *.ps1 -Recurse)) {
. "$file"
Expand Down
2 changes: 1 addition & 1 deletion appList.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// VIRTUALIZATION:
"Docker.DockerDesktop",
"Oracle.VirtualBox",
"Hashicorp.Vagrant",
// "Hashicorp.Vagrant",

// EDITORS:
"Microsoft.VisualStudioCode",
Expand Down
Loading

0 comments on commit cefcac6

Please sign in to comment.