https://github.com/christophera/intro-mac-command-line
Introduction to the Mac Command Line
https://github.com/christophera/intro-mac-command-line
Last synced: 9 months ago
JSON representation
Introduction to the Mac Command Line
- Host: GitHub
- URL: https://github.com/christophera/intro-mac-command-line
- Owner: ChristopherA
- Created: 2015-04-12T06:31:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T19:28:26.000Z (about 2 years ago)
- Last Synced: 2025-05-30T07:31:10.976Z (about 1 year ago)
- Size: 83 KB
- Stars: 70
- Watchers: 4
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-SA-4.0.md
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:ChristopherA@LifeWithAlacrity.com) 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.