GitHub - desbo/dotfiles

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

installation

  1. clone into ~/.dotfiles
  2. ./setup.sh

note this uses a detached working directory. The setup script aliases dgit to git --git-dir ~/.dotfiles/.git --work-tree=$HOME before running dgit reset --hard from the home directory. This means the repo is stored in .dotfiles, but after the reset, git moves its files to the root of the home directory.

Add new files to ~/.dotfiles and use dgit for any git commands.