dotfiles
Following guide at https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
New machine
The script requires curl and git to get started:
apt update && apt install -y curl git zsh software-properties-commonRun with a gist install script by:
curl -sL https://raw.githubusercontent.com/damienpontifex/dotfiles/master/.bootstrap | zshOr 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 noOn this page
Languages
Lua68.9%Shell29.2%Ruby1.6%PowerShell0.3%
Contributors
Created December 3, 2017
Updated March 20, 2026