First commit

This commit is contained in:
J.Fernando Sánchez
2012-12-01 05:11:06 +01:00
commit e4c1487749
29 changed files with 2446 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Balkian's dotfiles
## Usage
### Download
The Git Way:
```bash
git clone https://github.com/balkian/dotfiles.git
```
The fast way:
```bash
cd; curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}
```
### Install
Just run:
```bash
source .make.sh
```
## How it works
So far, this is the simplest way of keeping your dotfiles in a repository. The installation script will just back-up your files in a folder in your ~/ with the timestamp, so running it twice won't destroy your original files.