1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-16 08:41:42 +00:00
dotfiles/README.md

27 lines
722 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
Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~).
To install them, first initialize the submodules:
2012-12-01 04:11:06 +00:00
```
2013-06-20 16:19:23 +00:00
git submodule update --init --recursive
2012-12-01 04:11:06 +00:00
```
Then, you can use the [GNU Stow](https://www.gnu.org/software/stow/) utility to link the files to the appropriate folder:
```bash
stow <modules that you want to install>
```
Alternatively, you may simply copy the files to your $HOME folder.