Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.46 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.46 KB

stefan-peng dotfiles

I use thoughtbot/dotfiles and stefan-peng/dotfiles together using the *.local convention.

Requirements

Install Homebrew.

Install zsh.

brew install zsh

Set zsh as my login shell.

chsh -s /usr/local/bin/zsh

Install rcm.

brew tap thoughtbot/formulae
brew install rcm

Install

Clone thoughtbot dotfiles:

git clone https://github.com/thoughtbot/dotfiles $HOME/thoughtbot/dotfiles

Clone personal dotfiles:

git clone https://github.com/stefan-peng/dotfiles.git $HOME/stefan-peng/dotfiles

Install:

env RCRC=$HOME/stefan-peng/dotfiles/rcrc rcup

This will create symlinks for config files in my home directory.

I can safely run rcup multiple times to update.

What's in it?

vim configuration:

git configuration:

  • l alias for tight, colored, log output.
  • My name and email.