Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 654 Bytes

Dot Files

These are config files to set up a system the way I like it. It uses Oh My ZSH.

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the Rakefile to see exactly what it does.

git clone git://github.com/Bortevik/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

# to install vim plugins run in terminal
vundle

After installing, open a new terminal window to see the effects.

Feel free to customize the .zshrc file to match your preference.