Skip to content

Instantly share code, notes, and snippets.

View vonalbert's full-sized avatar

Alberto Avon vonalbert

View GitHub Profile
@vonalbert
vonalbert / .bash_aliases
Last active December 24, 2019 09:14
Development Toolbox
#!/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'
@vonalbert
vonalbert / slack-themes.txt
Created January 10, 2020 13:59
Slack Themes Collection
Dark Blue
#212121,#212121,#03A9F4,#212121,#03A9F4,#FFFFFF,#03A9F4,#03A9F4
TemaPlanet
#172547,#1D426C,#2E6191,#FFFFFF,#1D426C,#D8EBFF,#88B939,#777777
@vonalbert
vonalbert / .editorconfig
Created March 11, 2021 09:21
Personal .editorconfig file
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
// ==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