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

https://github.com/emileber/dot-files

My personal dot files
https://github.com/emileber/dot-files

bash dotfiles gitconfig zsh

Last synced: 2 months ago
JSON representation

My personal dot files

Awesome Lists containing this project

README

          

# dot-files
My personal dot files

## Installation

1. Clone in your repos directory

```bash
cd ~/repos
git clone git@github.com:emileber/dot-files.git
```

1. Make a symbolic link to the files you want

```bash
ln -s ~/repos/dot-files/.gitconfig ~/.gitconfig
```