Skip to content

kforsthoevel/dotfiles

Repository files navigation

My dotfiles

Requirements

Set zsh as your login shell:

chsh -s $(which zsh)

Install

Clone onto your laptop:

git clone git://github.com/kforsthoevel/dotfiles.git

Install rcm:

brew bundle dotfiles/Brewfile

Install:

rcup -d dotfiles -x README.md -x LICENSE

This will create symlinks for config files in your home directory. The -x options, which exclude the README.md and LICENSE files, are needed during installation but can be skipped once the .rcrc configuration file is symlinked in.

You can safely run rcup multiple times to update:

rcup

Make your own customizations

Put your customizations in dotfiles appended with .local:

  • ~/.aliases.local
  • ~/.gitconfig.local
  • ~/.vimrc.local
  • ~/.vimrc.bundles.local
  • ~/.zshrc.local

About

A set of vim, zsh, git, and chef configuration files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published