A simple way to setup a new MacOS laptop/desktop for development, using just one command.
NOTE: This repository contains sysconfigs for my personal computer, if you use anything from the
runcom/
folder, please use it at your own risk!
This script installs the basic software tools for developer requirements. Although this list is exhaustive, it does not end here. I am open to suggestions and PRs that will help expand this utility!
- XCode developer tools
- Homebrew
- Firefox developer Ed
- Google Chrome developer Ed
- Node Version Manager
- NodeJS & NPM
- Yarn
- Postman
- VSCode
- Oh-My-Zsh
- Hyper Terminal
- Slack
- Zoom
- Bitwarden
To install, copy the below command and paste it in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sydrawat01/dotfiles/master/osx.sh)"
Clone this repository in your desired path using:
https://github.com/sydrawat01/dotfiles.git
To run the script to install all basic software with personal configs on your Mac, use this shell script: osx.sh
.
Although not required, provide exec permissions to this file, just to avoid any problems executing the shell script:
chmod +x osx.sh
Then, run the file:
./osx.sh
All your dev needs installed in one go!