Skip to content

Instantly share code, notes, and snippets.

View omero's full-sized avatar
💭
I write code and play video games

Omar Aguirre omero

💭
I write code and play video games
  • @OctahedroidHQ
  • Mexico , Monterrey
View GitHub Profile
@omero
omero / meta.yml
Created July 10, 2020 19:56
Octahedroid theia build
apiVersion: v2
publisher: eclipse
name: che-theia
version: next
type: Che Editor
displayName: theia-ide
title: Eclipse Theia development version.
description: Eclipse Theia, get the latest release each day.
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
@omero
omero / Majaro setup from scratch
Created September 21, 2018 06:20
Manjaro setup from scratch
enable systemctl systemd-networkd
@omero
omero / gist:804b52fbd3eee990ec9ed07afdd1ecf0
Created August 24, 2018 18:51
Download BitBucket PR's
curl -L -u $BB_USER:$BB_PASS https://bitbucket.org/api/2.0/repositories/[org]/[repo-name]/pullrequests/[pr-number]/diff | git apply
@omero
omero / phpcisetup.md
Last active January 3, 2017 18:04
DO (ubuntu) +nginx +php7 + phpci setup
@omero
omero / gist:70c83c5c4055d131c18b7a08899153b1
Created December 28, 2016 22:58
command github-releases
#create release
github-release release \
--user omero \
--repo ci-from-scratch \
--tag v0.1.1 \
--name "The one when we automate all the things" \
--description "This is a (edit - fixed) fake description"
#edit release
github-release release \
@omero
omero / Masonry - imagesLoaded progress.markdown
Created February 12, 2016 08:37
Masonry - imagesLoaded progress
@omero
omero / Lightbox gallery.markdown
Created February 12, 2016 08:19
Lightbox gallery
@omero
omero / instructions.bash
Last active December 28, 2015 19:49
Drupal Console Install Instructions
# Run this in your terminal to get the latest project version:
curl https://drupalconsole.com/installer -L -o drupal.phar
# Or if you don't have curl:
php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar
# Accessing from anywhere on your system:
mv drupal.phar /usr/local/bin/drupal
# Apply executable permissions on the downloaded file:
<?php
$databases['default']['default'] = array (
'database' => 'campgdl',
'username' => 'campgdl',
'password' => 'campgdl',
'prefix' => '',
'host' => '127.0.0.1',
'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
@omero
omero / php.ini
Last active December 4, 2015 21:39
tamadre
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order: