Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lk-geimfari/macbook
A script for quickly setting up a development environment on the new Macbook.
https://github.com/lk-geimfari/macbook
dev development environment gnu ide macbook macbook-pro macos ssh
Last synced: 2 months ago
JSON representation
A script for quickly setting up a development environment on the new Macbook.
- Host: GitHub
- URL: https://github.com/lk-geimfari/macbook
- Owner: lk-geimfari
- License: mit
- Created: 2021-12-18T20:40:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T12:14:23.000Z (about 1 year ago)
- Last Synced: 2024-10-13T14:13:51.070Z (3 months ago)
- Topics: dev, development, environment, gnu, ide, macbook, macbook-pro, macos, ssh
- Language: Shell
- Homepage:
- Size: 334 KB
- Stars: 49
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 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
bash <(curl https://git.io/JD1xV -sSfL)
```which is shortened version of:
```bash
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`.