Skip to content

Instantly share code, notes, and snippets.

@billputer
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billputer/dff8d58b1147672f2d04 to your computer and use it in GitHub Desktop.
Save billputer/dff8d58b1147672f2d04 to your computer and use it in GitHub Desktop.
Install billputer/dotfiles for vagrant user.
#!/usr/bin/env bash
apt-get update > /dev/null
apt-get install -y git tmux vim zsh
# echo Cloning dotfiles
su vagrant -c 'git clone https://github.com/billputer/dotfiles.git ~/.files --recursive'
su vagrant -c '~/.files/install.sh'
chsh -s /bin/zsh vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment