This file contains hidden or 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
| #items #message, | |
| #items #author-name, | |
| #items .mention.yt-live-chat-text-message-renderer { | |
| font-family: "Montserrat"; | |
| font-size:16px; | |
| } | |
| /* Colors -------------------------------------------------- | |
| color settings can be in one of the following formats: | |
| - hex - color: #ffffff; |
This file contains hidden or 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
| cd ~/.rbenv/plugins/ruby-build/ | |
| git pull | |
| RUBY_CONFIGURE_OPTS="--disable-install-doc" rbenv install 2.3.0 |
This file contains hidden or 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
| var utils = require('utils'); | |
| var casper = require('casper').create({ | |
| pageSettings: { | |
| loadImages: false, | |
| loadPlugins: false, | |
| userAgent: 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1' | |
| } | |
| }); | |
| // | |
| // casper.options.onResourceRequested = function(C, requestData, request) { |
This file contains hidden or 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
| sudo apt-get install imagemagick libmagickwand-dev |
This file contains hidden or 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
| curl -fsSL https://gist.github.com/mislav/055441129184a1512bb5.txt | rbenv install --patch 2.2.3 |
This file contains hidden or 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
| # | |
| # HTTP server | |
| # | |
| server { | |
| listen 80 default_server; | |
| server_name mysite.com; | |
| return 301 https://mysite.com$request_uri; | |
| } |
This file contains hidden or 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
| sudo /etc/init.d/vboxdrv setup |
This file contains hidden or 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
| var gulp = require('gulp'); | |
| var concat = require('gulp-concat'); | |
| var rename = require('gulp-rename'); | |
| var imagemin = require('gulp-imagemin'); | |
| var cssmin = require('gulp-cssmin'); | |
| var cssbeautify = require('gulp-cssbeautify'); | |
| var changed = require('gulp-changed'); | |
| var bower = require('gulp-bower'); | |
This file contains hidden or 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
| All Autocomplete.sublime-package | |
| AngularJS.sublime-package | |
| BracketHighlighter.sublime-package | |
| CSS Format.sublime-package | |
| Javascript Beautify.sublime-package | |
| LESS.sublime-package | |
| Markdown Preview.sublime-package | |
| Material Color Scheme.sublime-package | |
| Package Control.sublime-package | |
| SCSS.sublime-package |