Skip to content

cprimera/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published