Skip to content

Latest commit

 

History

History
185 lines (124 loc) · 6.76 KB

README.md

File metadata and controls

185 lines (124 loc) · 6.76 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Configuration Project

Practical toolbox for daily work
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. .gitconfig
  3. BLANK_README.md
  4. Contributing
  5. License
  6. Contact

🚧 About The Project

This repository is a practical toolbox of different and heterogeneous configuration files to speed up your daily work as a programmer.

(back to top)

.gitconfig

A list of git aliases to copy and paste on your user folder.

🖥️ Build With

git

⚙️ Prerequisites

🚀 Usage

  1. Copy and paste .gitconfig file in you user folder
    cp ./.gitconfig ~/.gitconfig
  2. shortcuts should be immediately available from any shell

🏆 Acknowledgments

(back to top)

BLANK_README.md

An easy to use template to write README files in a quick way.

🖥️ Build With

markdown

🚀 Usage

  1. Rename BLANK_README.md file
    mv ./BLANK_README.md ./README.md
  2. Copy the file in the root folder of your repository
  3. Modify the file as you wish

🏆 Acknowledgments

(back to top)

🤝 Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

📝 License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

✍️ Author

👤 Cosimo Scarcella

(back to top)