Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 44db4b0

Browse files
author
Micah Young
committed
Add env script for darwin
1 parent 0333b8d commit 44db4b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export PATH=$PATH:/Applications/VMware\ Fusion.app/Contents/Library:/Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/
2+
export SSH_USERNAME=$USER
3+
export SSH_HOSTNAME="localhost"
4+
export SSH_PORT="22"
5+
export SSH_PRIVATE_KEY="$(cat ~/.ssh/id_rsa_vmrun)"
6+
export SSH_PLATFORM="darwin"

0 commit comments

Comments
 (0)