Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.01 KB

Geojuji

Geojuji is a personal kit to install all front-end tools on macOS for development.

Concept

Geojuji contains all the basic configurations and dependencies needed to develop JS projects on macOS. The idea is to keep versioned shells and software configuration files. Then, it is possible to remount a user station quickly with a constant configuration between each station.

Installation

Get a version of this repository on your git account and then clone the repository on your machine before adjusting configurations.

git clone  git@github.com:[username]/geojuji.git  ~/geojuji

Step-by-Step Guide

Follow the guide to set up all the necessary tools for macOS front-end development:

  1. Shell Configurations
  2. Package Managers
  3. Applications
  4. PHP Environment (Optional)

The guide above will refer to the current repository as ~/geojuji/. Please adjust all commands as needed.