2021-05-19 13:25:18 +02:00
|
|
|
# dotfiles
|
|
|
|
|
2023-06-08 12:47:14 +02:00
|
|
|
`mkdir -p git/.dotfiles && git init --bare git/.dotfiles`
|
|
|
|
`cd $HOME && git --git-dir=$HOME/git/.dotfiles --work-tree`
|
|
|
|
|
2021-05-19 13:25:18 +02:00
|
|
|
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`
|
2021-05-19 13:26:04 +02:00
|
|
|
|
|
|
|
I will add an install script at a later date.
|