add annotations

This commit is contained in:
Eric Teubert 2011-12-06 19:46:40 +01:00
parent 7596959782
commit 365c389255
1 changed files with 7 additions and 0 deletions

7
Vagrantfile vendored
View File

@ -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