Skip to content

Instantly share code, notes, and snippets.

View manolenso's full-sized avatar

Laurent Rémy manolenso

  • TV Magazine
  • Paris IX
View GitHub Profile
@manolenso
manolenso / zshrc
Created January 9, 2020 00:07 — forked from LukeSmithxyz/zshrc
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
{
"a": { "attributes": ["href", "hreflang", "media", "rel", "target", "type", "ng-blur", "ng-copy", "ng-cut", "data-ng-blur", "data-ng-copy", "data-ng-cut", "ng-href", "data-ng-href", "ui-sref", "zf-open", "zf-close", "zf-hard-toggle", "zf-toggle", "zf-notify", "zf-popup-toggle" ]},
"abbr": { "attributes": [] },
"acronym": { "attributes": [] },
"address": { "attributes": [] },
"area": { "attributes": ["alt", "coords", "href", "hreflang", "media", "rel", "shape", "target", "type"] },
"article": { "attributes": [] },
"aside": { "attributes": [] },
"audio": { "attributes": ["autoplay", "controls", "loop", "mediagroup", "muted", "preload", "src"] },
"b": { "attributes": [] },
@manolenso
manolenso / 0_reuse_code.js
Created September 30, 2015 20:17
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
@manolenso
manolenso / vboxmanage
Created September 4, 2015 06:59
VboxManage fix screen resolution
VBoxManage setextradata "Virtual_system_name!" "CustomVideoMode1" "1920x1080x32"
@manolenso
manolenso / icon-git.reg
Last active September 3, 2015 19:37
for git since 2.5 version icon on contextuel menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico"
[HKEY_CLASSES_ROOT\Directory\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico"
Windows Registry Editor Version 5.00
;Created by Manolenso
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\AdobeCC]
"MUIVerb"="Creative Cloud 2015"
"SubCommands"="Photoshop;Illustrator;inDesign;lightroom;EdgeAnimate;Dreamweaver;Muse;Flash"
"icon"="C:\\Program Files (x86)\\Adobe\\Adobe Creative Cloud\\ACC\\Creative Cloud.exe"
"Position"="Top"
@manolenso
manolenso / jetbrain-compass-watcher.xml
Last active August 29, 2015 14:27
Here is the xml windows config if you want to paste it into .idea/watcherTasks.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectTasksOptions">
<TaskOptions isEnabled="true">
<option name="arguments" value="compile $FileParentDir$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" value="Compiles .scss files into .css files" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="scss" />
<option name="immediateSync" value="true" />
@manolenso
manolenso / WebStorm10.0.4.reg
Last active September 22, 2015 13:04
contex menu handler webstorm
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\WebStorm]
"Icon"="C:\\Program Files (x86)\\JetBrains\\WebStorm 10.0.4\\bin\\WebStorm64.exe"
@="Open WebStorm project"
[HKEY_CLASSES_ROOT\Directory\shell\WebStorm\command]
@="C:\\Program Files (x86)\\JetBrains\\WebStorm 10.0.4\\bin\\WebStorm64.exe \"%1\""
@manolenso
manolenso / my.css
Last active August 29, 2015 14:12 — forked from anonymous/my.css
css background
background: linear-gradient(64deg, #4ee1bb, #38a3df);
background-size: 400% 400%;
-webkit-animation: AnimationName 12s ease infinite;
-moz-animation: AnimationName 12s ease infinite;
-o-animation: AnimationName 12s ease infinite;
animation: AnimationName 12s ease infinite;
@-webkit-keyframes AnimationName {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
@manolenso
manolenso / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">