pcrumm / dotfiles

My dotfile configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This is my dotfile repository, which includes configuration for my oft-used command-line tools. Chief amongst them are zsh (my shell), vim (my text editor), and tmux.

Additional Dependencies

In addition to vim, zsh, and tmux, you'll want to install a few other projects. An install script for these is to come:

oh-my-zsh

All of the hard work for zsh. Get it here.

reattach-to-user-namespace

This makes copy-and-paste work in tmux for OS/X. To get it:

brew install reattach-to-user-namespace

Then, just use y to paste from the OS/X clipboard.

php-cs-fixer

My current PHP projects meet the PSR-1 and PSR-2 standards. It's helpful to have an automated check (which we later integrate into vim). You can grab the backbone for this check, php-cs-fixer, here.

About

My dotfile configuration


Languages

Language:Vim Script 95.1%Language:Shell 4.9%