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

https://github.com/dreamsofautonomy/dotfiles

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

Last synced: 4 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# My dotfiles

This directory contains the dotfiles for my system

## Requirements

Ensure you have the following installed on your system

### Git

```
pacman -S git
```

### Stow

```
pacman -S stow
```

## Installation

First, check out the dotfiles repo in your $HOME directory using git

```
$ git clone [email protected]/dreamsofautonomy/dotfiles.git
$ cd dotfiles
```

then use GNU stow to create symlinks

```
$ stow .
```