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 1b4cf6363d
Configure tig to explicitly show untracked files
Tig hasn't been showing these lately and I wonder if they changed a
default in a recent update.
2017-05-22 11:08:45 +01:00
vim Add Vue and JSX plugins 2017-02-05 17:43:57 +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 Always sign commits 2016-06-29 10:08:26 -04:00
README.md Add git author settings instruction 2015-11-26 16:16:48 +00:00
tigrc Configure tig to explicitly show untracked files 2017-05-22 11:08:45 +01:00
vimrc.bundles.local Add Vue and JSX plugins 2017-02-05 17:43:57 +00:00
vimrc.local Set guifont for gVim on Windows 2017-04-08 19:39:03 +01: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