Go to file
Logan Saunders 9ee5344e91 Updated setup preview and "tmux.conf" 2015-06-07 13:27:52 -07:00
ncmpcpp Added ncmpcpp config and fixed vimrc buffer commands 2015-05-28 07:09:49 -07:00
scripts Update mpd.sh 2015-04-18 10:12:31 -07:00
README.md Updated setup preview and "tmux.conf" 2015-06-07 13:27:52 -07:00
Xresources Merge branch 'master' of https://github.com/gigavinyl/dotfiles 2015-04-29 19:30:47 -07:00
tmux.conf Updated setup preview and "tmux.conf" 2015-06-07 13:27:52 -07:00
vimrc Remove rubylint 2015-06-05 00:02:51 -07:00

README.md

Dotfiles

Setup Preview

This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf. Note: my vimrc is using vundle so don't just copy and paste it without installing vundle (also directly copying a vimrc is usually not a good idea).

##Fonts

The vimrc and tmux.conf files require patched fonts in order to be displayed correctly. I recommend DejaVu Sans Mono for Powerline but you can find patched versions of many more fonts in that repository.

##Syntastic One of the vim plugins in the vimrc file, syntastic requires small programs called "checkers" to work properly. These check your code and find any errors or, in some cases, inefficiencies or code smells and are specific to one or two programming languages. Here are the checkers used in this vimrc (not including gcc which is found on practically every Unix-based OS on the planet and any other checker included in the command used to compile the language's files):