Skip to content

Instantly share code, notes, and snippets.

View tyloo's full-sized avatar

Julien Bonvarlet tyloo

View GitHub Profile
@tyloo
tyloo / AGENTS.md
Created October 13, 2025 11:02
AGENTS.md for the PrestaShop Open Source project
description
PrestaShop 9 Development Rules

PrestaShop 9 Development Rules

Project Overview

This is a PrestaShop 9 e-commerce platform project. PrestaShop 9 is built on Symfony 6.4+ with PHP 8.1+ and uses modern architecture patterns while maintaining legacy compatibility.

Architecture & Structure

@tyloo
tyloo / .vimrc
Created March 22, 2016 13:34 — forked from JeffreyWay/.vimrc
My .vimrc file
set nocompatible " Disable vi-compatibility
set t_Co=256
colorscheme xoria256
set guifont=menlo\ for\ powerline:h16
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
set linespace=15
@tyloo
tyloo / 0_reuse_code.js
Last active August 29, 2015 14:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console