begault / dotfiles

My OS X dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install

Start by forking this repository. Then, in a terminal:

export GITHUB_USERNAME=your_github_username_here

Then pull the code:

mkdir -p ~/code/$GITHUB_USERNAME && cd $_ && git clone git@github.com:$GITHUB_USERNAME/dotfiles.git

Install the dotfiles:

cd ~/code/$GITHUB_USERNAME/dotfiles
zsh install.sh

Configure git:

cd ~/code/$GITHUB_USERNAME/dotfiles
zsh git_install.sh

About

My OS X dotfiles


Languages

Language:Shell 54.2%Language:Vim Script 45.8%