Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaothallis/.gitconfig
My personal .gitconfig
https://github.com/joaothallis/.gitconfig
Last synced: 24 days ago
JSON representation
My personal .gitconfig
- Host: GitHub
- URL: https://github.com/joaothallis/.gitconfig
- Owner: joaothallis
- License: mit
- Created: 2024-02-17T23:33:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T00:17:38.000Z (9 months ago)
- Last Synced: 2024-10-10T14:47:15.017Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```