Skip to content
/ home Public

How many times do I have to set my $HOME on 🔥 without a proper backup?

Notifications You must be signed in to change notification settings

scythx/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Home

Prequisite

Setup

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
echo ".dotfiles" >> .gitignore
git clone --bare [email protected]:scythx/home.git $HOME/.dotfiles

# Checkout the actual content from the bare repository to your $HOME
# Note that you have to back up every conflicting files
dotfiles checkout

About

How many times do I have to set my $HOME on 🔥 without a proper backup?

Resources

Stars

Watchers

Forks