Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 922 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 922 Bytes

config-files

Configured only for MacOS and Zsh

Pre-requisites

  • zsh should be the default shell: chsh -s $(which zsh)
  • git should be installed
  • Generate an SSH key (ssh-keygen) and add it to GitHub account
  • Add the following to .ssh/config
Host vighnesh153.com
    HostName github.com
    User git
    IdentityFile ~/.ssh/<PRIVATE_KEY_FILE>
    IdentitiesOnly yes

Setup

Clone this repository in the home (~) directory

Install

Run the following script

~/config-files/install.sh

Post install

Configuration

Shell configuration

Add the following line in your .zshrc

source ~/config-files/config.sh

Vim configuration

Add the following line to ~/.vimrc file

source ~/config-files/.vimrc