Last active
          August 29, 2015 14:05 
        
      - 
      
- 
        Save blahah/e563e56d18f27c650c41 to your computer and use it in GitHub Desktop. 
    OSX dev setup (wip)
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Ask for the administrator password upfront | |
| sudo -v | |
| # homebrew | |
| ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
| brew doctor | |
| # Ruby Version Manager & latest Ruby | |
| \curl -sSL https://get.rvm.io | bash -s stable --ruby | |
| source ~/.rvm/scripts/rvm | |
| # Node Version Manager & latest Node.js | |
| curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash | |
| # C/C++ development stuff | |
| brew tap homebrew/versions | |
| brew install gcc49 | |
| brew install emacs | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
s/emacs/vim/; 👅