a collection of my dotfilez; built for debian (10) buster
install prerequisites
$ su
$ ./hack/prepare.sh # or just install git, sudo and include burdz into the `/etc/sudoers.d/burdz`
$ exit
clone and bootstrap
$ git clone https://github.com/burdzwastaken/dotfiles
$ chown burdz:burdz -R dotfiles/
$ cd dotfiles
$ ./hack/bootstrap.sh
install pre-commit and ze hooks!
$ ./scripts/install-pre-commit-hooks.sh
NOTE: this requires the following line to be removed from ~/.gitconfig
# add
$ git submodule add $repo
# init
$ git submodule init
# update
$ git submodule update --recursive