Skip to content

Instantly share code, notes, and snippets.

View marcastel's full-sized avatar
🚀
Launching stuff

JM Marcastel marcastel

🚀
Launching stuff
View GitHub Profile
@marcastel
marcastel / macos-devlp.md
Last active February 9, 2017 11:37 — forked from erikreagan/mac-apps.md
Mac developer must-haves

MacOS development environment

Using Erik Reagan's original gist as a base -- which doesn't seem to have been updated recently, hence my fork, I will maintain here an alternate version for programmers, who, like me:

  • Prefer CLI over UX, and the keyboard over the mouse
  • Spend most of their time in terminal environments
  • Primarily work in UNIX environments (AIX, macOS/BSD, Linux, ...)
  • Develop both back-end and front-end applications and software
  • Work in multiple language environments (C/C++, Perl, PHP, Javascript (full-stack), ...)
  • Prefer consolidating all build processes with one tool (i.e. GNU Make) rather than a cohort of language specific imitators (Ant, Grunt, ...)