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

https://github.com/kmmenna/dotfiles

My personal dotfiles configuration
https://github.com/kmmenna/dotfiles

shell zsh

Last synced: 26 days ago
JSON representation

My personal dotfiles configuration

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 git@github.com/kmmenna/dotfiles.git .dotfiles
$ cd .dotfiles
```

then use GNU stow to create symlinks to the modules, like git:

```
$ stow git
```