dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My dotfiles

Fred Wu's Dot Files

Prerequisites

For OS X, either Xcode or Command Line Tools.

For Linux, only Ubuntu is supported.

Installation

git clone git://github.com/fredwu/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install.sh

After the installation you might want to set the default login shell to zsh:

chsh -s /bin/zsh

Custom Configuration

  • Make changes to ~/.zsh_custom
  • Use the command sr to reload the .zshrc source

Features