Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/essomia/geojuji

Personal setup kit to install all front-end tools on macOS for development.
https://github.com/essomia/geojuji

macos setup workstation

Last synced: about 1 month ago
JSON representation

Personal setup kit to install all front-end tools on macOS for development.

Awesome Lists containing this project

README

        

# 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.

```bash
git clone [email protected]:[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](./docs/1-shell.md)
2. [Package Managers](./docs/2-packages-manager.md)
3. [Applications](./docs/3-applications.md)
4. [PHP Environment](./docs/4-php-environment.md) _(Optional)_

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