Skip to content

kbakba/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBA-KBA does dotfiles

It is fork Zach Holman' dotfiles

dotfiles

Your dotfiles are how you personalize your system. These are mine. The very prejudiced mix: OS X, Linux, zsh, Ruby, Rails, git, homebrew, vim and etc. If you match up along most of those lines, you may dig my dotfiles.

If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach post on the subject.

install

  • git clone git://github.com/kbakba/dotfiles ~/.dotfiles
  • cd ~/.dotfiles
  • make install

The install Makefile task will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles, though.

The main file you'll want to change right off the bat is zsh/zshrc.symlink, which sets up a few paths that'll be different on your particular machine.

topical

Everything's built around topic areas. If you're adding a new area to your forked dotfiles — say, "Java" — you can simply add a java directory and put files in there. Anything with an extension of .zsh will get automatically included into your shell. Anything with an extension of .symlink will get symlinked without extension into $HOME when you run make install.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 41.5%
  • Vim Script 30.8%
  • Ruby 24.2%
  • Makefile 1.3%
  • Vim Snippet 1.2%
  • Python 1.0%