Various config files that I use on Mac OS X and Ubuntu Linux

Kyle P Davis e0e147a4e2 fix: remove nvim setup from here now that it's moved to gimme instead 3 дней назад
.gitignore 01536c2d44 initial repo setup 11 лет назад
.irbrc 6fee0f2ec0 feat: add irb config with completion 6 лет назад
.profile 2f5e272c71 feat: more history improvements, ignore commands with leading space from history 1 неделя назад
.vimrc ea7215757b style: use consistent casing in CocList command mappings 3 дней назад
ProKPD.terminal 4b1eef7d1d bump font size to "Monaco 12 pt" for "old" ppl during pair programming and enable antialiasing for my non-Retina external monitors 11 лет назад
README.md 6cc8ff4ef3 docs: update readme to better describe current behavior 1 неделя назад
install.sh e0e147a4e2 fix: remove nvim setup from here now that it's moved to gimme instead 3 дней назад

README.md

dotfiles

My obligatory dotfiles repository to track and share my personal config files.

I tend to keep my customizations lightweight.

This also serves as a tool for getting new Mac OS X and Linux systems setup in a hurry.

Installation

curl -fsSL "https://github.com/KylePDavis/dotfiles/raw/master/install.sh" | bash -  &&  . ~/.profile

(you do read these scripts, right?)

Highlights

  • .profile
    • package management via gimme (wraps apt-get, brew, etc.)
    • nice prompts via pure in zsh or liquidprompt in bash
    • colors for many common operations
  • .vimrc
    • compatible with nvim
    • automatic plugin management via zgenom
    • improved colors and tabs behaviors
    • IDE-level features for several languages
    • inline colors for CSS
    • gutter for VCS/SCM changes (e.g., git)