Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 807 Bytes

File metadata and controls

49 lines (33 loc) · 807 Bytes

Dotfiles

Installation

Automatic

The easiest way to install is using install.sh which can be done in a single step.

Using wget

wget https://raw.github.com/cprimera/dotfiles/master/install.sh -O - | sh

Using curl

curl https://raw.github.com/cprimera/dotfiles/master/install.sh | sh

Manual

First clone the repository

git clone git://github.com/cprimera/dotfiles ~/dotfiles

You then have two choices:

Install Script
sh install.sh --local

This will clone the repository and all submodules and will create symlinks as necessary.

Manual

Load the other git submodules

git submodule init && git submodule update

Then create links for each file wanted

ln -s /path/to/src /path/to/dest