An open API service indexing awesome lists of open source software.

https://github.com/evangilo/dotfiles

My dotfiles
https://github.com/evangilo/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

## Installation

You can install or update the dotfiles via the command-line with either curl or wget.

### curl

```sh
curl -o- https://raw.githubusercontent.com/evangilo/dotfiles/master/setup.sh | bash
```

### wget

```sh
wget -qO- https://raw.githubusercontent.com/evangilo/dotfiles/master/setup.sh | bash
```