Skip to content

rwoeber/dotfiles

Repository files navigation

dotfiles

Install

Clone onto your machine:

git clone git://github.com/rwoeber/dotfiles.git ~/.dotfiles

Install rcm:

brew tap thoughtbot/formulae
brew install rcm

Install the dotfiles (use one of the host configs)

ls -d .dotfiles/host-*
env RCRC=${HOME}/.dotfiles/host-[XXX]/rcrc rcup -v

This command will create symlinks for config files in your home directory. Setting the RCRC environment variable tells rcup to use standard configuration options:

You can safely run rcup multiple times to update:

rcup

Vim

Clone Vundle:

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install the plugins

:PluginInstall

Update

  • The same is recommended for the vim plugins (use :PluginUpdate)

Credits

Heavily inspired by thoughtbot's dotfiles

About

My rc-files (build upon thoughtbot/dotfiles)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published