Skip to content

Instantly share code, notes, and snippets.

View zakelfassi's full-sized avatar

zak elfassi zakelfassi

View GitHub Profile
---
- name: Deploy new site release
user: deployer
hosts: all
tasks:
- name: Fetch repo updates
git: >
repo=git@github.com:my/repo.git

Capybara Cheat Sheet

Navigating

visit('/projects')
visit(post_comments_path(post))

Clicking links and buttons

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with Unicode (to remove annoying empty space corruption while running zsh):