-
-
Save marcastel/b4211aa77b9202ca77d26de097725d31 to your computer and use it in GitHub Desktop.
Mac developer must-haves
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
| # 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