ardell / dotfiles

A nice dotfiles setup that's portable to different machines. Includes stuff for zsh, php, postgres, vim, screen, ssh-agent, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project helps manage dotfiles across multiple machines, allowing you to share the common parts via git to keep them up-to-date while also having infrastructure for each machine to have its own local config that survives "git pull's" of the core dotfiles setup.

Then set up the remotes properly:
git-config branch.master.remote origin
git-config branch.master.merge master

Then, cd into dotfiles and run rake.

The "real" dotfiles on the machine are symlinks to the git repo, which allows easy editing of the "core" settings without getting confused.

Dotfiles that allow "local machine" config are createed automatically, see .mydotfile.local. Typically the local dotfile is included at the END of the core dotfile to allow overriding of "core" settings.

About

A nice dotfiles setup that's portable to different machines. Includes stuff for zsh, php, postgres, vim, screen, ssh-agent, etc.


Languages

Language:Vim Script 51.0%Language:Shell 39.9%Language:Ruby 9.1%