Update README.md

This commit is contained in:
Santiago Forero 2021-08-23 17:41:07 -05:00 committed by GitHub
parent c0b8e243e4
commit 86363bd1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
# dotfiles
# Dotfiles
My linux dotfiles
## Installation
Just run [this](https://github.com/forerosantiago/dotfiles/blob/main/tools/install.sh) script
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/forerosantiago/dotfiles/main/tools/install.sh)"
```