Skip to content

Instantly share code, notes, and snippets.

View pierremtb's full-sized avatar

Pierre Jacquier pierremtb

View GitHub Profile
@pierremtb
pierremtb / gitwsl.sh
Created November 28, 2019 16:54
Git WSL
git config --global credential.github.com.useHttpPath true
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe"
git config --global core.autocrlf true
@pierremtb
pierremtb / liri-sites-colors-db.json
Last active December 12, 2016 01:38
Liri Browser SitesColors database
[
{'domain':'facebook.com', 'color': '#3b5998'} ,
{'domain':'linkedin.com', 'color': '#646464'} ,
{'domain':'twitter.com', 'color': '#00aced'} ,
{'domain':'github.com', 'color': '#f5f5f5'} ,
{'domain':'youtube.com', 'color': '#b31217'} ,
{'domain':'9gag.com', 'color': '#262626'} ,
{'domain':'reddit.com', 'color': '#c5dbf9'} ,
{'domain':'soundcloud.com', 'color': '#f64100'} ,
{'domain':'khanacademy.org', 'color': '#66CD00'}