Skip to content

Instantly share code, notes, and snippets.

View giovanniramos's full-sized avatar
🖥️
Work Work Work

Giovanni Ramos giovanniramos

🖥️
Work Work Work
View GitHub Profile
@giovanniramos
giovanniramos / OpenWithSublimeText3.bat
Last active July 17, 2018 19:53 — forked from mrchief/LICENSE.md
Add "Open with Sublime Text 3" to Windows Explorer Context Menu
@echo off
SET stPath=C:\Program Files\Sublime Text 3\sublime_text.exe
SET entryName=Open with Sublime Text 3
SET menuText=Open with Sublime Text 3
rem add it for all file types
@reg add "HKEY_CLASSES_ROOT\*\shell\%entryName%" /t REG_SZ /v "" /d "%menuText%" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\%entryName%" /t REG_EXPAND_SZ /v "Icon" /d "%stPath%,0" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\%entryName%\command" /t REG_SZ /v "" /d "%stPath% \"%%1\"" /f
@giovanniramos
giovanniramos / LICENSE.txt
Created March 7, 2012 03:16 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE