Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Mar 31, 2023
1 parent dcbd5f6 commit d6ec3f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions common/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Dotfiles

This repository contains my dotfiles generated with [dotfiles generator](https://github.com/ulises-jeremias/dotfiles)!

## Usage

### Requirements

In order to install the dotfiles you need to have the `dots` command installed. You can install it with the following command:

```bash
git clone https://github.com/ulises-jeremias/dotfiles.git /tmp/dotfiles
cd /tmp/dotfiles
sudo ./install
```

### Installation

```sh
cd <path-to-this-repository>
./install
```

0 comments on commit d6ec3f8

Please sign in to comment.