Skip to content

prasannadate/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Dotfiles

This repository lists all my configuration files or 'dotfiles'. So far, it only has .vimrc.

NOTES FOR .vimrc:

In the home directory, must have a .vim directory, which has the following directories:

- backups

- colors

- swaps

- undo
mkdir ~/.vim
cd .vim
mkdir backups colors swaps undo

In the home directory, create a hard link called .vimrc to .vimrc in ~/.dotfiles/ directory:

cd ~
ln ~/Dotfiles/.vimrc ~/.vimrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors