GitHunt
DA

dotfiles

Following guide at https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

New machine

CI

The script requires curl and git to get started:

apt update && apt install -y curl git zsh software-properties-common

Run with a gist install script by:

curl -sL https://raw.githubusercontent.com/damienpontifex/dotfiles/master/.bootstrap | zsh

Or by cloning the repo as

git clone --bare https://github.com/damienpontifex/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
source $HOME/.zshrc
config config --local status.showUntrackedFiles no

Languages

Lua68.9%Shell29.2%Ruby1.6%PowerShell0.3%

Contributors

Created December 3, 2017
Updated March 20, 2026