Skip to content

stefan-peng/dotfiles

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages