Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 373 Bytes

File metadata and controls

17 lines (14 loc) · 373 Bytes

Dotfiles

Installation

This repository expects the working directory to be $HOME and git repo to be at $HOME/dotfiles.

mkdir ~/dotfiles
cd ~/dotfiles
git init
git config core.worktree "$HOME"
git remote add origin https://github.com/lambda-larry/dotfiles.git
git fetch
git reset --hard origin/master
git branch --set-upstream-to=origin/master master