-
Notifications
You must be signed in to change notification settings - Fork 6
Setup Guides
Milan Dasgupta edited this page Feb 27, 2015
·
8 revisions
To get started, you're going to need some tools on your computer. These will vary depending on your computer's Operating System. We're going to want a package manager to install programs and an IDE/Text editor to write programs.
-
Want to get a terminal-like environment in Windows? Check this out!
-
Linux like package manager Chocolatey
##Linux:
##General:
-
Legacy text editors (Vim / Emacs):
- Vim (System installed in various Linux distributions & OS X)
- Learn Vim Progressively (highly recommended)
-
MacVim (Provides a user interface layer to Vim in OS X)
- [Swap your 'Caps Lock' and 'Escape' keys (OS X)] (https://pqrs.org/osx/karabiner/faq.html.en#capslock)** (Very useful for Vim)
- gVim (on Windows)
- New! vimr (OS X only -- vim with more GUI around -- eliminates the need for NERDTree )
- Already using Vim? (Not for beginners!) Here's a robust distribution of useful plugins
- emacs
-
GUI text editors:
-
Git & version control tools: