A minimal technique for using Tmux to help achieve maximum focus.
Read more at the sourceAll posts by Dan Croak
Laptop Setup for an Awesome Development Environment
Don’t manually setup your new laptop with a series of copy-and-pasted steps from some blog post. Leverage automation and the open source community to save time and get a more stable result.
Read more at the sourceSSL for Rails with Heroku and DNSimple
<p>SSL certificates can be intimidating but Heroku and DNSimple make the process
easy. The following steps should take us less than 15 minutes.</p>
<h3>Buy the SSL certification from DNSimple</h3>
<p>Buy a <a href="https://dnsimple.com/ssl-certificate">wildcard certificate from
DNSimple</a>. The wildcard (<code>*</code>) lets us…</p>
Manage Team and Personal Dotfiles Together with rcm
<p>Our team has a set of dotfiles at <a href="https://github.com/thoughtbot/dotfiles">thoughtbot/dotfiles</a>. They
contain vim, git, zsh, and tmux configuration that many of us use every day.</p>
<p>Each of us also have personal sets of dotfiles. They augment our team dotfiles
with configuration such as aliases…</p>