/dotfiles-public

Public dotfiles

Primary LanguageRuby

Dotfiles

This is my collection of dotfiles. It's managed by a dotfiles script that automatically symlinks files into $HOME from multiple dotfiles repositories.

This collection of dotfiles assumes that you're using the following tools, which should already be installed on your system:

Furthermore, it assumes that oh-my-zsh has been checked out into $HOME/.oh-my-zsh (which is the standard place to put it).

It also includes the following tools in the repository directly, so you don't need to install them:

Installation

To install, you must already have the dotfiles script installed. Then, just run:

cd ~
git clone git://github.com/vladistan/dotfiles-public .dotfiles.dcreager
dotfiles install
reload