Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 628 Bytes

dotdotdot

Repository for Linux system configuration. Based on this technique.

Setup on new machine

Ensure SSH configuration for GitHub is setup before!

mkdir ~/.dotdotdot
git clone --bare [email protected]:davidbeermann/dotdotdot.git ~/.dotdotdot
alias ddd='/usr/bin/git --git-dir=$HOME/.dotdotdot/ --work-tree=$HOME'
ddd checkout
ddd config --local --add user.name "<YOUR NAME>"
ddd config --local --add user.email "<YOUR EMAIL USED IN COMMITS>"

Current OS

Running Pop!_OS (Ubuntu 20.04)