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

https://github.com/tristanbettany/dotfiles

Some config files and aliases I use for my development setup
https://github.com/tristanbettany/dotfiles

config dev development development-environment dotfiles git

Last synced: about 2 months ago
JSON representation

Some config files and aliases I use for my development setup

Awesome Lists containing this project

README

          

# Dotfiles

To use clone to your user profile.

## Git

You can use the included git config in your `.gitconfig` file with the include directive:

```
[user]
email = foo@bar.com
name = Foo Bar
[include]
path = Dotfiles/gitconfig
```