Skip to content

Instantly share code, notes, and snippets.

@smijar
Created March 14, 2022 17:18
Show Gist options
  • Save smijar/c787550e16531375a24132f10e60dd28 to your computer and use it in GitHub Desktop.
Save smijar/c787550e16531375a24132f10e60dd28 to your computer and use it in GitHub Desktop.
# default name of box is 'default'
# to change this use:
# specify the name by defining inside the VagrantFile and
# also specify the hostname so i enjoy seeing the name of my project while executing Linux commands independently from my device's OS. ✌️
config.vm.define "abc"
config.vm.hostname = "abc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment