Skip to content

Instantly share code, notes, and snippets.

View bmuschko's full-sized avatar

Benjamin Muschko bmuschko

View GitHub Profile
@marc0der
marc0der / gist:1650125
Created January 20, 2012 23:08
colourful bash prompt with git branch
#using git-completion script
source ~/bin/git-completion.sh
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;33m\]\w\[\033[00m\]$(__git_ps1 " \[\033[00;31m\](%s)\[\033[00m\]")\$ '
@shemnon
shemnon / build.gradle
Created January 16, 2013 18:14
BinTray configuration in Gradle
/* SNIP */
uploadArchives {
repositories {
mavenDeployer {
repository(
url:"https://api.bintray.com/maven/shemnon/javafx-gradle/plugin/",
id: 'bintray-shemnon-javafx-gradle-plugin'
) {
try {