Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 658 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 658 Bytes

dotfiles

My configuration files for *nix machines(Mac OS X, Linux)

Prerequisites

Installation

Clone the repository:

$ git clone --recursive https://github.com/robbiehudson/dotfiles.git

Use stow to sym link the conf files you need

$ cd ~/dotfiles
$ stow bash
$ stow git
$ stow vim

Install Vim plugins

$ vim
:BundleInstall!

Unlink configuration

Unlink bash configuration example:

$ cd ~/dotfiles
$ stow --delete bash

Authors

  • Pablo Vicente
  • Rob Hudson