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: 20 days ago
JSON representation
These are my own preferences while doing development.
- Host: GitHub
- URL: https://github.com/niketpathak/devpreferences
- Owner: niketpathak
- Created: 2017-03-23T17:01:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T08:14:09.000Z (5 months ago)
- Last Synced: 2025-06-14T07:03:13.017Z (4 months ago)
- Topics: bash, bashprofile, devpreferences, gitconfig, gitignore
- Language: Shell
- Homepage:
- Size: 68.4 KB
- Stars: 22
- Watchers: 2
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).