Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 362 Bytes

My Dot files

Installation

git clone https://github.com/bhargavg/dotfiles YOURPATH
cd YOURPATH
./install.sh

SSH Config

To use different SSH keys for different hosts, edit ~/.ssh/config as follows:

Host HOSTNAME #Example: github.com
  IdentitiesOnly true
  IdentityFile /Users/USERNAME/.ssh/IDENTITY_FILE
  User YOUR_USERNAME