jonathanglasmeyer / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

These are my dotfiles, meticulously slimmed down after having accumulated way to much cruft over the last years. I'm pretty happy with the amount of files right now. There might be some nuggets for you in here.

Files worth looking at:

  • aliases for.. well, shell aliases.
  • gitconfig for a sensible, non-typing-intensive git configuration
  • vimrc & vim-config for loads of freshly cleaned up, modularized & mostly commented vim goodness.

setup

You probably don't wanna grab all of those dotfiles and install them in your home directory. Dotfiles grow over time and are very personal. So the following instructions are mostly for me to remember. :)

This repo uses rcm by thoughtbot (Tutorial). Install that tool via your package manager, then

git clone https://github.com/jonathanewerner/dotfiles ~/.dotfiles
rcup -v # optionally dry run with "lsrc" before

Day to day usage

Add new rc files to the dotfiles directory with mkrc <dotfile>.

About

My dotfiles.


Languages

Language:Vim Script 90.2%Language:Shell 9.8%