Skip to content

Instantly share code, notes, and snippets.

@rcmachado
Last active August 29, 2015 14:06
Show Gist options
  • Save rcmachado/298d077b00242807010a to your computer and use it in GitHub Desktop.
Save rcmachado/298d077b00242807010a to your computer and use it in GitHub Desktop.
Install my boxen
#!/bin/sh
# Install & configure boxen
SKIP_ENCRYPTION="--no-fde"
BOXEN_REPOSITORY="https://github.com/rcmachado/my-boxen"
sudo mkdir -p /opt/boxen
sudo chown ${USER}:staff /opt/boxen
git clone ${BOXEN_REPOSITORY} /opt/boxen/repo
cd /opt/boxen/repo
./script/boxen ${SKIP_ENCRYPTION}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment