Skip to content

Instantly share code, notes, and snippets.

View QDelage's full-sized avatar
😇
Always happy to help and learn

Quentin Delage QDelage

😇
Always happy to help and learn
  • Université de Limoges - M2 CRYPTIS - Parcours sécurité informatique
  • LIMOGES (87000) - FRANCE
View GitHub Profile
@QDelage
QDelage / .vimrc
Created February 13, 2023 18:30
My .vimrc
set clipboard=unnamedplus
set whichwrap=b,s,<,>,[,]
syntax on
set mouse=a
" tab size
set tabstop=4
set shiftwidth=4
set expandtab
@QDelage
QDelage / README-Template.md
Created October 27, 2020 22:35 — forked from Hectorjmz/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites