dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My dotfiles

dotfiles

My dotfiles.

Installation

I'm using a bare get repository setup now.

First, clone the (bare) repository:

git clone --bare https://github.com/saghul/dotfiles.git ~/.dotfiles

Prepare an alias to work with it:

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

Ignore untracked files, since we are treating our entire $HOME as a git repository:

dotfiles config --local status.showUntrackedFiles no

Checkout the working files:

dotfiles checkout # this will likely give an error on the first try, backup your files!
dotfiles checkout -f