Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 485 Bytes

File metadata and controls

19 lines (13 loc) · 485 Bytes

My Dotfiles

This is a collection of dotfiles and script I use for OS X.

Usage

git clone https://github.com/CWaYNe/dotfiles.git ~/
cd ~/dotfiles/
chmod +x makesymlinks.sh
./makesymlinks.sh
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

# open VIM and insert :PluginInstall in normal mode

Credit

Michael Smalley' helpful post