Skip to content

Commit

Permalink
PS: DockerComposeCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-liuzzi committed Apr 12, 2021
1 parent 68d8e4d commit 9ea9b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function New-Link ($target, $source) {
Write-Output '- Installing Powershell modules...'
Install-Module -Name cd-extras -RequiredVersion 2.9.0 -Force
Install-Module -Name DockerCompletion -RequiredVersion 1.2010.0.201211 -Force
Install-Module -Name DockerComposeCompletion -RequiredVersion 1.29.0.210407 -Force
Install-Module -Name oh-my-posh -RequiredVersion 3.130.0 -Force
Install-Module -Name posh-git -RequiredVersion 1.0.0 -Force
Install-Module -Name PSColor -RequiredVersion 1.0.0.0 -Force
Expand Down
1 change: 1 addition & 0 deletions powershell/profile.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Modules
Import-Module cd-extras # https://stackoverflow.com/a/48640071/88709
Import-Module DockerCompletion
Import-Module DockerComposeCompletion
Import-Module oh-my-posh
Import-Module posh-git
Import-Module PSColor # http://stackoverflow.com/a/30788506
Expand Down

0 comments on commit 9ea9b46

Please sign in to comment.