Skip to content

Instantly share code, notes, and snippets.

View remmelt's full-sized avatar
😃
Focusing

Remmelt Pit remmelt

😃
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am remmelt on github.
  • I am remmelt (https://keybase.io/remmelt) on keybase.
  • I have a public key ASBOdFw04Xs-zFpW2k2b7fqpkD_vOr75rc5FFHLXb-JrrAo

To claim this, I am signing this object:

@remmelt
remmelt / README.md
Last active August 29, 2015 14:21 — forked from agnoster/README.md

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@remmelt
remmelt / .gitignore
Last active August 29, 2015 14:21 — forked from andyshinn/README.md
terraform.tfstate*
@remmelt
remmelt / README.md
Last active August 29, 2015 14:21 — forked from agnoster/README.md

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@remmelt
remmelt / bamboo-to-slack.py
Last active August 31, 2023 00:35
Post an Atlassian Bamboo build result to Slack
#!/usr/bin/python
"""
Create a stage in your project, make it the last stage.
Make a task in the stage with this inline script:
#! /bin/bash
/some/path/bamboo-to-slack.py "${bamboo.planKey}" "${bamboo.buildPlanName}" "${bamboo.buildResultsUrl}"