Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/essomia/geojuji
- Owner: Essomia
- Created: 2017-07-08T17:17:43.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T02:48:58.000Z (about 2 months ago)
- Last Synced: 2024-12-06T03:18:10.654Z (about 2 months ago)
- Topics: macos, setup, workstation
- Language: Shell
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.