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
.
βββ osx.sh
βββ .gitignore
βββ LICENSE
βββ yarn.lock
βββ package.json
βββ README.md
βββ configs
β βββ hyper
β β βββ .hyper_plugins
β β β βββ blur.js
β β βββ .hyper.js
β βββ npm
β β βββ .npmrc
β βββ vim
β β βββ .vimrc
β βββ vscode
β βββ .babelrc
β βββ .eslintrc
β βββ .prettierrc
β βββ extensions.txt
β βββ java.json
β βββ keybindings.json
β βββ settings.json
βββ extras
β βββ cmd-colors.sh
βββ git
β βββ hooks
β β βββ prepare-commit-message
β βββ .gitmessage
β βββ .gitconfig
βββ runcom
βββ .bash_profile
βββ .zprofile
βββ .zshrc
βββ Dracula.terminal
βββ material-theme.terminal
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:
git clone https://github.com/sydrawat/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!