Skip to content

Instantly share code, notes, and snippets.

View kherge's full-sized avatar

Kevin Herrera kherge

View GitHub Profile
@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 January 17, 2017 18:10
A script for switching between multiple versions of PHP.

PHP Alias

This is a BASH shell script that will,

  1. Keep track of a list of PHP interpreters available.
  2. Allow you to switch quickly between them.
  3. Automatically switch to a different version when entering a directory.

Installation

@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 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.