Quick Left

This is a blog

GIFs, tech and stuff.

Command Line for Beginners Part 1


If there's one thing that separates code masters from the unknowing masses, it's their ability to use the command line effectively. When I began coding, I quickly realized that by utilizing the command line, many tasks became easier and faster. Your computer is smart; you just have to learn to speak its language.

Read More...

Switching from bash to zsh in OS X

I recently switched shells from bash to zsh after noticing many of my coworkers using zsh and finding myself with a bit of 'shell envy'. The completions and customizations that can be made in zsh make it quite appealing. With that, I checked out and tried a couple of different frameworks for zsh customization...

Read More...