Skip to content

Instantly share code, notes, and snippets.

View tusharf5's full-sized avatar
🏠
Working from home

Tushar Sharma tusharf5

🏠
Working from home
View GitHub Profile
@tusharf5
tusharf5 / setting-up.md
Last active January 7, 2017 20:08
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.