kevinsqi / dotfiles

dotfiles for bash, vim, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • Need to manually set core excludesfile? (git config --global core.excludesfile ~/.gitignore_global)
  • Use thoughtbot's dotfile install approach? rcm + .dotfile.local overrides: https://github.com/thoughtbot/dotfiles
  • Take ideas from thoughtbot's vimrc, etc

Installation

Symlink bashrc/vimrc and install vim plugins:

./install.sh

Configurable:

  • Copy .gitconfig and modify (e.g. email) Other:
  • Copy .ssh.config.template to ~/.ssh/config
  • Copy .bashrc.local.template to ~/.bashrc.local

Optional:

  • Create ~/.pgpass and chmod 600 ~/.pgpass
  • Symlink .psqlrc
  • Symlink .eslintrc (or .jshintrc)
  • Symlink coffeelint.json

About

dotfiles for bash, vim, etc.


Languages

Language:Shell 88.7%Language:Vim Script 11.3%