mtcrutch / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matt's dotfiles

Getting Started

Set things up with a bare git repository. This technique has been described in many different ways.

git clone --bare git@github.com:mtcrutch/dotfiles.git ~/.dotfiles.git
alias dotfiles='git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout
dotfiles submodule update --init --recursive

About


Languages

Language:Shell 97.8%Language:Ruby 2.2%