Makefile!

This commit is contained in:
J. Fernando Sánchez
2017-03-24 18:11:40 +01:00
parent 37837558b1
commit 0c3fc88325
5 changed files with 44 additions and 48 deletions

View File

@@ -11,6 +11,11 @@ The fast way:
```bash
curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}
```
### Quick install
```
make
```
### Install
Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~).
To install them, first initialize the submodules:
@@ -24,4 +29,4 @@ Then, you can use the [GNU Stow](https://www.gnu.org/software/stow/) utility to
stow <modules that you want to install>
```
Alternatively, you may simply copy the files to your $HOME folder.
Alternatively, you may simply copy the files to your $HOME folder.