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
-
Notifications
You must be signed in to change notification settings - Fork 0
scythx/home
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
About
How many times do I have to set my $HOME on 🔥 without a proper backup?