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
#!/usr/bin/env bash | |
alias composer='symfony composer' | |
alias pear='symfony pear' | |
alias pecl='symfony pecl' | |
alias php='symfony php' | |
alias php-cgi='symfony php-cgi' | |
alias php-config='symfony php-config' | |
alias php-fpm='symfony php-fpm' | |
alias phpdbg='symfony phpdbg' | |
alias scenv='symfony scenv' |
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
Dark Blue | |
#212121,#212121,#03A9F4,#212121,#03A9F4,#FFFFFF,#03A9F4,#03A9F4 | |
TemaPlanet | |
#172547,#1D426C,#2E6191,#FFFFFF,#1D426C,#D8EBFF,#88B939,#777777 |
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
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 4 | |
indent_style = space | |
insert_final_newline = true | |
max_line_length = 120 | |
trim_trailing_whitespace = true |
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
// ==UserScript== | |
// @name Bing Searcher | |
// @namespace https://gist.github.com/vonalbert | |
// @version 1.4 | |
// @downloadURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c | |
// @updateURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c | |
// @description Perform some searches on bing.com to make MS happy :) | |
// @author Alberto Avon | |
// @match http*://www.bing.com/* | |
// @grant none |