337 B
337 B
dotfiles
mkdir -p git/.dotfiles && git init --bare git/.dotfiles
cd $HOME && git --git-dir=$HOME/git/.dotfiles --work-tree
Contains .dotfiles for my debian and void distros.
Clone and ln -s
the applicable files to the distro agnotic filenames. e.g.:
ln -s .void.bashrc .bashrc
I will add an install script at a later date.