#*nix Dotfiles #
Copy these files into your home directory prefixed with a dot to use them as preferences, e.g., cp vimrc ~/.vimrc
- bashrc: Bash shell preferences
- gitconfig: My git preferences. Probably useless to anyone else
- inputrc: Remap ESC in bash to "jk" chord
- irbrc: interactive ruby preferences
- Load wirble for syntax highlighting
- Enable indentation and completion
- vimrc: vim preferences for development
- Load pathogen for plugins
- Syntax highlighting, brackets, indentation (4 spaces)
- Keyboard bindings: jk chord to esc, T to open a new tab, and WW to write
- vimrc-x: vim preferences for encryption. Easily used with 'vix' alias defined in bashrc