Skip to content

This is the collection of my configurations I want to persist across device installations.

Notifications You must be signed in to change notification settings

robin-thoene/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setting up a new device

First, clone this as bare git repo

git clone --bare https://github.com/robin-thoene/dotfiles.git $HOME/dev/robin-thoene/dotfiles

Setup the alias manually once to checkout the dotfiles for the first time

alias dotfiles='/usr/bin/git --git-dir=$HOME/dev/robin-thoene/dotfiles --work-tree=$HOME'

Ensure that untracked files ignored

dotfiles config --local status.showUntrackedFiles no

Checkout the main branch

dotfiles checkout

About

This is the collection of my configurations I want to persist across device installations.

Resources

Stars

Watchers

Forks