Skip to content

vighnesh153/config-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published