Skip to content

Instantly share code, notes, and snippets.

View alexbbt's full-sized avatar

Alexander Bell-Towne alexbbt

View GitHub Profile
@agnoster
agnoster / README.md
Last active July 13, 2024 19:26
My ZSH Theme

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

@alexbbt
alexbbt / gbd
Last active August 11, 2016 01:38
Interactive way to delete Git branches
#!/bin/bash
interactive=0
manual=0
list=0
branches=()
response=""
shouldDelete=0
function usage() {