Skip to content

cowgirl-coding/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

To use, just clone or download this repo into your home folder then add symlinks from wherever the included files usually live, e.g. ~/.vimrc to their location in the dotfiles repo, e.g ~/dotfiles/.vimrc.

Creating a symlink

# ln -s path/to/file path/to/symlink
ln -s $HOME/dotfiles/.vimrc ~/.vimrc

If using the included .gitconfig, add a .gitinfo file to your home directory and include your git user info. This is done to avoid committing your user info. Example:

[user]
  email = [email protected]
  name = Code Wizard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published