All you need to set up a development environment to contriubte to Ascension Press projects.
Before you run any of the setup scripts, there are some things you should do first:
- Install XCode for OSX, this will install git. You need git in order to get the dotfiles on your machine.
- Execute the following:
cd Your/Favorite/Path
git clone https://github.com/ascensionpress/dotfiles.git
cd dotfiles
bash dev_machine.sh
You'll also need to edit your .gitconfig
with your GitHub information.