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
2016-08-24 14:05:20 -04:00
vim Use The Silver Search in ack.vim 2016-08-24 14:05:20 -04: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 Always sign commits 2016-06-29 10:08:26 -04:00
gvimrc.local Switch to gruvbox colorscheme 2016-06-29 10:08:35 -04:00
README.md Add git author settings instruction 2015-11-26 16:16:48 +00:00
vimrc.bundles.local Add Elixir plugin 2016-06-10 12:24:31 +01: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

Set git author

cp ~/dotfiles-local/gitconfig.author.example ~/dotfiles-local/gitconfig.author
vim ~/dotfiles-local/gitconfig.author