Skip to content

Instantly share code, notes, and snippets.

View kherge's full-sized avatar

Kevin Herrera kherge

View GitHub Profile
@kherge
kherge / issues.md
Last active August 22, 2021 18:04
How to organize GitHub issues.

Issues

Did some searching online to see how others have handled organizing issues on GitHub for their own projects. This one by Robin Powered is by far the best I have seen so far. I have broken down the image in the blog post so that it can be easily copied and pasted into my own GitHub issue label manager and even put my own spin on it.

Platform

If the repository covers multiple parts, this is how we designate where the issue lives. (i.e. iOS and Android for cross-platform tablet app).

@kherge
kherge / README.md
Last active February 4, 2016 18:10
Various configuration files for PHP.

PHP Configurations

These are configuration files that I use for development and production environments.

@kherge
kherge / README.md
Last active February 12, 2022 12:20
Installs PHPBrew and its dependencies.

PHPBrew Installer

This script is for simplifying the process of installing phpbrew for managing different versions of PHP.

  • The phpbrew.sh script installs dependencies and sets up the current user to use phpbrew.
  • The gd.sh script install the GD extension if you get errors using the usual install command.

Tips

@kherge
kherge / README.md
Last active January 31, 2020 15:49
A simple semantic version manager for Git repositories.

Git Releases

git-releases is a shell script that will manage semantic version numbers as tags for a Git repository.

Installation

  1. Copy git-releases to a directory in $PATH.
  2. Chmod git-releases to 755.
@kherge
kherge / README.md
Last active August 29, 2015 14:13
Manages different versions of Java in BASH.

Java Version Manager for BASH

A simple script for managing different versions of Java.

Installation

  1. Create the directory .jvm in your home directory.
  2. Copy jvm to .jvm.
  3. Add . ~/.jvm/jvm to your .bashrc script.
  4. Exit and open a new terminal window.
@kherge
kherge / README.md
Last active August 29, 2015 14:11
Recipes I made up for healthier and (relatively) cheaper eating.

Recipes

This is a collection of simple recipes I have created for myself.

@kherge
kherge / README.md
Last active August 29, 2015 14:10
Strips down Ubuntu Desktop to development essentials.

Make Dev Environment

This simple script will install tools I find necessary for my development environment in Ubuntu. It will also remove packages that I never use in that environment.