This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VBoxManage setextradata "Virtual_system_name!" "CustomVideoMode1" "1920x1080x32" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
NewerOlder