Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christophera/intro-mac-command-line
- Owner: ChristopherA
- Created: 2015-04-12T06:31:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T18:33:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:51:37.058Z (7 months ago)
- Size: 83 KB
- Stars: 67
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
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:[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.