parchlinux global dotfiles
Find a file
2011-03-24 13:35:49 -04:00
vim Use vividchalk by default 2011-03-24 13:07:46 -04:00
zsh/completion zsh config 2011-01-13 17:26:04 -05:00
aliases Some useful Mike Burns-isms 2011-01-14 01:17:25 -05:00
gvimrc Vim configuration 2011-01-13 17:54:08 -05:00
install.sh Install script 2011-01-13 17:26:25 -05:00
README.md more complete instructions for flow 2011-03-24 13:35:49 -04:00
vimrc allow backspacing in vim. this isn't a police state. 2011-03-25 01:10:08 +08:00
zlogin zsh config 2011-01-13 17:26:04 -05:00
zshrc Some useful Mike Burns-isms 2011-01-14 01:17:25 -05:00

thoughtbot dotfiles

Flow:

  • Fork this repo.
  • Clone your fork.
  • Install.
  • Track thoughtbot/dotfiles.
  • Customize in master.
  • Update.

Install

From your cloned directory:

./install.sh

This will create symlinks for all config files in your home directory. You can safely run this file multiple times to update.

Track thoughtbot/dotfiles

git remote add thoughtbot git@github.com:thoughtbot/dotfiles.git
git fetch thoughtbot
git checkout -b thoughtbot thoughtbot/master

Update

git checkout thoughtbot
git pull --rebase
git checkout master
git merge thoughtbot