Skip to content

Files

Latest commit

 

History

History

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Dotfiles

It works by a git bare repository hosted within ~/.config/dotfiles with a working directory of ~.

To install:

git clone https://github.com/huv1k/dotfiles --bare ~/.config/dotfiles
git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no
git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME checkout

This setup is heavily inspired by https://github.com/leebyron/dotfiles.