1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 18:21:43 +00:00
dotfiles/README.md

24 lines
593 B
Markdown
Raw Normal View History

2012-12-01 04:11:06 +00:00
# Balkian's dotfiles
## Usage
### Download
The Git Way:
```bash
git clone https://github.com/balkian/dotfiles.git
```
The fast way:
```bash
2012-12-01 04:16:35 +00:00
curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}
2012-12-01 04:11:06 +00:00
```
### Install
Just run:
```bash
2013-06-20 16:19:23 +00:00
git submodule update --init --recursive
source make.sh
2012-12-01 04:11:06 +00:00
```
## 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.