Skip to content

My dotfiles and scripts.

Notifications You must be signed in to change notification settings

jearbear/dotfiles

Repository files navigation

setup

setup up a temporary alias

alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

clone dotfiles into a bare repo

git clone --bare git@github.com:jearbear/dotfiles.git $HOME/.dotfiles

unpack dotfiles (this might fail if it would overwrite files)

dots checkout