Skip to content

Instantly share code, notes, and snippets.

View Maskedman's full-sized avatar

David Rancourt Maskedman

View GitHub Profile
@montanaflynn
montanaflynn / setup.sh
Last active July 26, 2017 00:11
Shell script to setup OSX yosemite
#!/usr/bin/env bash
# Ask for sudo up front
echo "Some steps require sudo so please enter your password"
sudo -v
# Check for and install developer tools
xcode-select -p
if [ $? -ne 0 ]; then
# Install dev tools
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 11, 2024 07:10
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@phred
phred / pedantically_commented_playbook.yml
Last active November 3, 2023 01:55
Very complete Ansible playbook, showing off all the options
---
####
#### THIS IS OLD AND OUTDATED
#### LIKE, ANSIBLE 1.0 OLD.
####
#### PROBABLY HIT UP https://docs.ansible.com MY DUDES
####
#### IF IT BREAKS I'M JUST SOME GUY WITH
#### A DOG, OK, SORRY
####