Skip to content

System dotfiles and other helpful scripts and binaries

Notifications You must be signed in to change notification settings

davidbeermann/dotdotdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

System dotfiles and other helpful scripts and binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages