From 365c389255b18fdabcc7f2d3e290530d8931db89 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Tue, 6 Dec 2011 19:46:40 +0100 Subject: [PATCH] add annotations --- Vagrantfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 6b9b7d9..962875d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,5 +54,12 @@ Vagrant::Config.run do |config| } } ) + + # das wäre noch nett anschließend auszuführen: + # export LC_ALL=en_US.UTF-8 + # git clone git://github.com/eteubert/dotfiles.git + # notice: "go to ~/dotfiles and type `rake install` to setup dotfiles" + # sudo chsh -s /usr/bin/zsh vagrant + # sudo reboot end end