toranb / osx-workstation

bash script that turns a vanilla macbook pro into a complete python/node/ruby developer machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX Workstation

bash script that turns a vanilla macbook pro into a complete developer machine

Requirements

1) Type `git` into the terminal to install command line tools
2) Pull down this script locally
3) bash installer

What it sets up

  • Vim 8.0
  • Homebrew for managing operating system libraries
  • NodeJS and NVM for writing javascript build tools
  • The Silver Searcher for finding things on the file system
  • Tmux for saving project state and switching between projects
  • Exuberant Ctags for indexing files for vim tab completion

It usually takes around 5 minutes to install

Credits

This project was heavily inspired by the awesome work at thoughtbot

License

Copyright © 2019 Toran Billups https://toranbillups.com

Licensed under the MIT License

About

bash script that turns a vanilla macbook pro into a complete python/node/ruby developer machine

License:MIT License


Languages

Language:Shell 100.0%