GitXplorerGitXplorer
l

macbook

public
49 stars
5 forks
1 issues

Commits

List of commits on branch master.
Verified
fda4a989e6ff8d1dfed33764b7f9944e5bb9a640

Update install.sh

llk-geimfari committed a year ago
Unverified
59729396f0c35e645d3a797680ff13450bc05e82

Fix script

llk-geimfari committed 2 years ago
Verified
8a1b2956f63e16dfd37096277f0f888ff145f0d5

Update README.md

llk-geimfari committed 2 years ago
Verified
749bc1ca723c4b1172fd505798b59df83e70e6bc

Add files via upload

llk-geimfari committed 2 years ago
Verified
6002da23da48a06e8bc0e737c3ebb4c4553bb665

Update install.sh

llk-geimfari committed 2 years ago
Verified
c63b2469208ef285ce8948c29bb37ee8a1805bd3

Update install.sh

llk-geimfari committed 2 years ago

README

The README file for this repository.

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.