1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
My dotfiles. Extends thoughtbot/dotfiles
Go to file
Dan Barber b64f39df45 Ignore author file
We don't want this being accidentally committed.
2015-11-26 11:41:37 +00:00
vim Move vim-pencil config into its own file 2015-11-26 09:48:21 +00:00
zsh/configs Initial commit 2015-11-25 18:06:42 +00:00
.gitignore Ignore author file 2015-11-26 11:41:37 +00:00
aliases.local Initial commit 2015-11-25 18:06:42 +00:00
gitconfig.author.example Add git author example file 2015-11-26 11:24:57 +00:00
gitconfig.local Initial commit 2015-11-25 18:06:42 +00:00
gvimrc.local Initial commit 2015-11-25 18:06:42 +00:00
README.md Another readme tweak 2015-11-26 09:48:38 +00:00
vimrc.bundles.local Initial commit 2015-11-25 18:06:42 +00:00
vimrc.local Move vim-pencil config into its own file 2015-11-26 09:48:21 +00:00
zshrc.local Initial commit 2015-11-25 18:06:42 +00:00

Local dotfiles

My local dotfiles. Extends thoughtbot/dotfiles

Installation

From home directory:

chsh -s $(which zsh)
git clone git@github.com:thoughtbot/dotfiles.git
git clone git@github.com:danbee/dotfiles-local.git
brew tap thoughtbot/formulae
brew install rcm
env RCRC=$HOME/dotfiles/rcrc rcup