Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christophera/intro-mac-command-line

Introduction to the Mac Command Line
https://github.com/christophera/intro-mac-command-line

Last synced: 11 days ago
JSON representation

Introduction to the Mac Command Line

Awesome Lists containing this project

README

        

Introduction to the Mac Command Line
====================================

This git repository contains a tutorial and associated files to introduce people to the Mac command line, with a focus on creating a base of skills that will make it easier for a novice programmer to learn web server and client programming skills, in particular JavaScript and Node.js.

* [Part 1 - Command Line Basics](https://github.com/ChristopherA/intro-mac-command-line/blob/master/part1-basics.md)
* [Part 2 - Preparation and Installation](https://github.com/ChristopherA/intro-mac-command-line/blob/master/part2-prepare.md)
* [Part 3 - Customize Your Environment](https://github.com/ChristopherA/intro-mac-command-line/blob/master/part3-customize.md)

This tutorial was created by [Christopher Allen](mailto:[email protected]) and is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, based on the original work at [https://github.com/ChristopherA/intro-mac-commandline](https://github.com/ChristopherA/intro-mac-commandline).

All of the installation and customization features suggested by this tutorial are also automated as part of a prepare-osx.sh script in [https://github.com/ChristopherA/prepare-osx-for-webdev](https://github.com/ChristopherA/prepare-osx-for-webdev), however, I recommend that you do the tutorial first to understand what this script does.