Skip to content

Instantly share code, notes, and snippets.

@mbinna
mbinna / podforceupdate.sh
Created December 4, 2012 09:43
Clear CocoaPods cache, re-download and re-install all pods
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: