Skip to content

Instantly share code, notes, and snippets.

View cyxou's full-sized avatar
🚀

Alex cyxou

🚀
View GitHub Profile
@cyxou
cyxou / use-strict.sublime-snippet
Created May 30, 2014 07:17
use strict snippet
<snippet>
<content><![CDATA[
'use strict';
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>use</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
@cyxou
cyxou / UbuntuNodejsInstall
Created February 2, 2014 11:48
Install nodejs on Ubuntu
sudo apt-get install nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
curl https://npmjs.org/install.sh | sudo sh
{
"bold_folder_labels": true,
"caret_style": "phase",
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_face": "Inconsolata",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":