lk-geimfari / macbook

A script for quickly setting up a development environment on the new Macbook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macbook: Development Environment Quickly

A script for quickly setting up a development environment on the new Macbook. The script installs programming languages, IDEs, GNU software collections, and so on.

Installation

It's highly recommended to clone this repository and manually run the install script, like this:

git clone https://github.com/lk-geimfari/macbook.git
cd macbook && chmod +x install.sh
./install.sh

or you can run remote script file with a single command like this:

bash <(curl https://git.io/JD1xV -sSfL)

which is shortened version of:

bash <(curl https://raw.githubusercontent.com/lk-geimfari/macbook/exec/install.sh -sSf)

exec is a stable branch which means it can be outdated in comparison with a master.

About

A script for quickly setting up a development environment on the new Macbook.

License:MIT License


Languages

Language:Shell 90.3%Language:Ruby 9.7%