Skip to content

Instantly share code, notes, and snippets.

View mailtruck's full-sized avatar
👨‍✈️

Brian Danowski mailtruck

👨‍✈️
  • Ferndale, MI
View GitHub Profile
@mailtruck
mailtruck / theme
Created July 28, 2017 17:10 — forked from Himanshu-Mishr/theme
126 Themes for Terminal (Elementary OS)
#!/bin/bash
# Download it.
# Name it as 'theme'
# Place it in /usr/bin/
# shell_prompt$ theme
echo '
3024 Day ( 1) 3024 Night ( 2) AdventureTime ( 3)
Afterglow ( 4) AlienBlood ( 5) Argonaut ( 6)
Arthur ( 7) Atom ( 8) Belafonte Day ( 9)
Belafonte Night ( 10) BirdsOfParadise ( 11) Blazer ( 12)
@mailtruck
mailtruck / keybase.md
Last active September 14, 2019 18:39

Keybase proof

I hereby claim:

  • I am mailtruck on github.
  • I am mailtruck (https://keybase.io/mailtruck) on keybase.
  • I have a public key ASAASSSPZtntAmLJ5ZRHyf5cIkycNglx_K8ElPjQiTebmwo

To claim this, I am signing this object:

{
"message": "This is a test"
}
@mailtruck
mailtruck / pedantically_commented_playbook.yml
Created March 6, 2018 22:23 — forked from marktheunissen/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.