Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engelbrechtz/devsetup
New Macbook? Don't worry, here you will find the most usable and suitable tools for development on the m1/m2/m3 - basic installation of developer tools for the mac
https://github.com/engelbrechtz/devsetup
developer-tool development mac-tools macbook macbook-configuration macbook-pro macbook-setup software-development software-engineering software-tools tools webdevelopment webdevelopment-tools
Last synced: 4 days ago
JSON representation
New Macbook? Don't worry, here you will find the most usable and suitable tools for development on the m1/m2/m3 - basic installation of developer tools for the mac
- Host: GitHub
- URL: https://github.com/engelbrechtz/devsetup
- Owner: engelbrechtz
- Created: 2024-05-09T02:12:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:17:51.000Z (6 months ago)
- Last Synced: 2024-05-09T03:26:08.683Z (6 months ago)
- Topics: developer-tool, development, mac-tools, macbook, macbook-configuration, macbook-pro, macbook-setup, software-development, software-engineering, software-tools, tools, webdevelopment, webdevelopment-tools
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Copy of haktools](https://github.com/engelbrechtz/devsetup/assets/62638427/6b272d54-f80e-4418-aa07-4e94dbc6e3a1)
# devsetup
New Macbook? Don't worry, here you will find the most usable and suitable tools for development on the m1/m2/m3 - basic installation of developer tools for the mac# First run these commands on a terminal.
```bash
chmod +x devsetup.sh
```Then, let it install.
```bash
./devsetup.sh
```Once finished start coding away!