Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/niketpathak/devpreferences

These are my own preferences while doing development.
https://github.com/niketpathak/devpreferences

bash bashprofile devpreferences gitconfig gitignore

Last synced: 3 months ago
JSON representation

These are my own preferences while doing development.

Awesome Lists containing this project

README

        

# Development Preferences

These are my personal preferences while doing development.

### [Reference article](http://digitalfortress.tech/tricks/creating-a-global-gitignore/) to setup a **global .gitignore** file

### [Reference article](https://digitalfortress.tech/tutorial/create-global-gitconfig-git-alias/) to setup a **global .gitconfig** file as well as **git alias**

#### The default .gitconfig file is located at *~/.gitconfig* (For Unix systems alone. See above article for other OS's).