Skip to content

kensimon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Directory containing my homedir's dotfiles. I use this directory by cloning it to ~/.dotfiles and using symlinks to actually use the configs.

Setup

  • rake

Initializes git submodules (if you didn't already git clone with --recursive) and clones some of the rbenv plugins I'm using. This is done because using submodules for rbenv would create a situation where I'd have to commit the submodules, but I don't really want to fork rbenv just for that.

  • rake update

Pulls down new verisons of submodules

  • rake symlink

Creates symlinks from this directory to the real dot files under ~. ie.

ln -s .dotfiles/vim/vimrc .vimrc ln -s .dotfiles/zshrc .zshrc

etc.

About

My configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published