Skip to content

Instantly share code, notes, and snippets.

@tusharf5
Last active January 7, 2017 20:08
Show Gist options
  • Save tusharf5/7e19114bf0056cf7ae7ec031f190bfe5 to your computer and use it in GitHub Desktop.
Save tusharf5/7e19114bf0056cf7ae7ec031f190bfe5 to your computer and use it in GitHub Desktop.
Setting up MAC for web development

1.Generate ssh keys in your home dir.

Command: ssh-keygen -t rsa

2.Create your profile file in home dir.

Command: touch ~/.bash_profile

3.Install NVM inside home dir.

Command: curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash Link: http://www.nearform.com/nodecrunch/nodejs-sudo-free/

4.Install Homebrew ( like dnf in fedora ).

Command: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Link: https://blog.frd.mn/install-nginx-php-fpm-mysql-and-phpmyadmin-on-os-x-mavericks-using-homebrew/

5.Install Source tree Sublime Text Google Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment