Practical toolbox for daily work
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This repository is a practical toolbox of different and heterogeneous configuration files to speed up your daily work as a programmer.
A list of git aliases to copy and paste on your user folder.
- Copy and paste .gitconfig file in you user folder
cp ./.gitconfig ~/.gitconfig
- shortcuts should be immediately available from any shell
An easy to use template to write README files in a quick way.
- Rename BLANK_README.md file
mv ./BLANK_README.md ./README.md
- Copy the file in the root folder of your repository
- Modify the file as you wish
- https://github.com/othneildrew/Best-README-Template/
- https://github.com/kefranabg/readme-md-generator
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
👤 Cosimo Scarcella
- Twitter: @ScarcellaCosimo
- Github: @cosimoscarcella
- 📧 Mail: [email protected]