Skip to content

justinkuntz/dotfiles-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Dotfiles

These files are my .local modifications that I build on top of thoughtbot/dotfiles as the foundation of my personal configuration.

Install

Install thoughtbot/laptop. Then install Thoughtbot's dotfiles:

git clone https://github.com/creativesoapbox/dotfiles
env RCRC=$HOME/dotfiles/rcrc rcup

Then clone mine if you dare:

git clone https://github.com/justinkuntz/dotfiles-local  ~/dotfiles-local

And re-run rcup to link:

rcup

What's in it?

vim configuration:

  • custom configuration broken down by subject area in vim folder
  • rainbow parentheses to change colors of (), {}, [], <> when editing code
  • vim-vinegar for quick jumps through the file system (use - to jump to folder view for current file)
  • vim-haml & vim-markdown for editing those file/template types
  • Other awesome @tpope plugins: vim-abolish, vim-dispatch, vim-repeat, vim-unimpaired.
  • vim-blockle for toggling between Ruby do-end and {} block styles
  • vim-textobj-rubyblock for getting Ruby method and class text objects (thanks to @nelstrom)
  • vim-scratch for top-down visor-like scratchpad

tmux configuration:

  • @christoomey's vim-tmux-navigator to streamline jumps between vim and tmux splits using the same commands at all times

git configuration:

  • Use the Github shell command hub instead of git (backwards compatible with git)
  • Pretty logging (courtesy of @croaky)

Shell aliases and scripts:

  • v for neovim
  • rc for rails console
  • taild to tail development log
  • tailt to tail test log
  • bex for bundle exec
  • bu for bundle update
  • heroky for heroku, since I can't seem to spell that correctly when typing fast

Terminal stuff:

  • nocorrects on parity commands: development, staging, production

Credits

My configuration comprises of small changes on top of thoughtbot's dotfiles. Also borrowed heavily from multiple sources:

christoomey, thoughtbot/laptop, thoughtbot/dotfiles

Thoughtbot has a great series of blog posts about dotfile configuration at their blog.

This software is free and distributable under the MIT license.

About

Local Dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors