rbenv global system
mv /opt/boxen/rbenv/versions /opt/boxen/rbenv/versions.bak
boxen
- Turn on Full Disk Encryption
- Install Xcode
- Install Xcode Developer Tools
- Go to https://poetic-boxen.herokuapp.com/ and follow the directions
- Turn on Full Disk Encryption
- Install Xcode
- Install Xcode Developer Tools
- Setup Bitbucket SSH Key
- Get access to poetic/poetic-boxen
- Get access to poetic/base_boxen_dotfiles
- Fork poetic/base_boxen_dotfiles
sudo mkdir -p /opt/boxen
sudo chown ${USER}:staff /opt/boxen
git clone git@bitbucket.org:poetic/poetic-boxen.git /opt/boxen/repo
cd /opt/boxen/repo
- Copy /modules/people/manifest/githubusuername.pp and change the gh username for the class, the bb username, and the filename to your gh username
- Push these changes up to poetic/poetic-boxen
script/boxen
To give you a brief overview, we're going to:
- Install dependencies (basically Xcode)
- Bootstrap a boxen for your self/team/org/company
- Then convert your local copy of that boxen to the post-bootstrapped version
There are a few potential conflicts to keep in mind. Boxen does its best not to get in the way of a dirty system, but you should check into the following before attempting to install your boxen on any machine (we do some checks before every Boxen run to try and detect most of these and tell you anyway):
- Boxen requires at least the Xcode Command Line Tools installed.
- Boxen will not work with an existing rvm install.
- Boxen may not play nice with a GitHub username that includes dash(-)
- Boxen may not play nice with an existing rbenv install.
- Boxen may not play nice with an existing chruby install.
- Boxen may not play nice with an existing homebrew install.
- Boxen may not play nice with an existing nvm install.
- Boxen recommends installing the full Xcode.
Install the Xcode Command Lines Tools and/or full Xcode. This will grant you the most predictable behavior in building apps like MacVim.
How do you do it?
If you are using b26abd0
of boxen-web
or newer, it will be automatically installed as part of Boxen.
Otherwise, follow instructions below.
- Install Xcode from the Mac App Store.
- Open Xcode.
- Open the Preferences window (
Cmd-,
). - Go to the Downloads tab.
- Install the Command Line Tools.
See the original boxen/out-boxen repo