Skip to content

Getting Started with Vagrant (refresh/2nd edition)

Notifications You must be signed in to change notification settings

g0t4/course2-vagrant-gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Vagrant (2nd Edition)

These are the course exercise files. Review the commit history if you want to more easily follow along.

Course page: https://www.pluralsight.com/courses/vagrant-getting-started

Resources

future: vagrant-go

Boxes

PowerShell

# change options
Get-PSReadLineOption | select PredictionSource, PredictionViewStyle
Set-PSReadLineOption -PredictionSource History -PredictionViewStyle InlineView
# PredictionViewStyle: ListView or InlineView
# PredictionSource: History, Plugin, HistoryAndPlugin, None

# keys:
Get-PSReadLineKeyHandler -Bound -UnBound | where -Property Group -EQ Prediction
Set-PSReadLineKeyHandler -Key "Shift+RightArrow" -Function AcceptNextSuggestionWord # InlineView only

About

Getting Started with Vagrant (refresh/2nd edition)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published