Skip to content

Instantly share code, notes, and snippets.

@marcastel
Forked from erikreagan/mac-apps.md
Last active February 9, 2017 11:37
Show Gist options
  • Select an option

  • Save marcastel/b4211aa77b9202ca77d26de097725d31 to your computer and use it in GitHub Desktop.

Select an option

Save marcastel/b4211aa77b9202ca77d26de097725d31 to your computer and use it in GitHub Desktop.
Mac developer must-haves
# MacOS development environment
Using [Erik Reagan](https://github.com/erikreagan)'s [original gist](https://gist.github.com/erikreagan/3259442) 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, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment