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

https://github.com/dbstratta/dotfiles

My configuration and dotfiles
https://github.com/dbstratta/dotfiles

arch configuration dotfiles scripts

Last synced: about 1 month ago
JSON representation

My configuration and dotfiles

Awesome Lists containing this project

README

          

# Diego Stratta's dotfiles

## Information

My configuration and dotfiles for my Arch machines.

### Note to self

If you're in one of your machines,
[generate a SSH key](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)
and clone the repo with:

```shell
$ git clone git@github.com:strattadb/dotfiles.git
```

## Prerequisites

### Install Git

To clone the repository you'll need [Git](https://git-scm.com/).

#### Arch

```shell
$ sudo pacman -S git
```

## Installation

Clone the repository to your home folder and run `install.sh`.

```shell
$ git clone https://github.com/strattadb/dotfiles
$ cd dotfiles
$ ./install.sh
```

## License
[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2017 Diego Stratta