Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joaothallis/.gitconfig

My personal .gitconfig
https://github.com/joaothallis/.gitconfig

Last synced: 24 days ago
JSON representation

My personal .gitconfig

Awesome Lists containing this project

README

        

# .gitconfig

## Installation

```bash
git clone [email protected]:joaothallis/.gitconfig.git
# https://unix.stackexchange.com/a/180532
ln --symbolic "$PWD/.gitconfig/.gitconfig" ~/.gitconfig
```