Skip to content

Instantly share code, notes, and snippets.

View kaxil's full-sized avatar

Kaxil Naik kaxil

View GitHub Profile
@kaxil
kaxil / install_software_brew_cask.sh
Last active September 24, 2018 15:34
Bought a new mac? or Formatted your old mac? This script will install all the required softwares for a Software Developer / Data Engineer / Data Scientist using brew cask.
#!/usr/bin/env bash
# This script will avoid the effort of downloading each software one by one and then moving them to Applications folder.
# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
# Install nec
brew install wget