As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| config.ssh.username = "root" | |
| config.ssh.password = "tessel2" | |
| config.ssh.shell = "ash" | |
| config.vm.synced_folder ".", "/vagrant", disabled: true | |
| config.vm.box = "technicalmachine/tessel2" |