Skip to content

Commit

Permalink
Add generic Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Oct 17, 2023
1 parent c88ba56 commit 5e30b73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Vagrant.configure("2") do |config|
config.vm.box = "roktas/bookworm"
end
1 change: 1 addition & 0 deletions vagrant/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -euo pipefail; [[ -z ${TRACE:-} ]] || set -x; cd "$(dirname "$0")"

install -d "$HOME"/.local/bin && {
ln -sf "$PWD"/vagrant -t "$HOME"/.local/bin
ln -sf "$PWD"/Vagrantfile -t "$HOME"
}

0 comments on commit 5e30b73

Please sign in to comment.