Skip to content

rad-hombre/dotfiles

Repository files navigation

dotfiles

All my dotfiles. Boom!

Setup

  1. Clone repo into home directory.
git clone http://github.com/mattattaque/dotfiles ~/.dotfiles
  1. Navigate into cloned directory and run the setup script.
sh setup.sh

The setup script creates symlinks from the files in cloned directory to $HOME, preserving old dotfiles into $HOME/dotfiles_old

Vim Setup

My setup uses vundle for plugin management. The setup.sh script pulls down Vundle automatically.

The first time vim is run after running the script, tell vundle to pull down vim plugins, indicated in the .vimrc, by running the following from within vim.

:BundleInstall

Boom. Done.

Releases

No releases published

Packages

No packages published