Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.04 KB

dotfiles (aka soupfiles)

a collection of my dotfilez; built for debian (10) buster

build passing

install

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

pre-commit hookz

install pre-commit and ze hooks!

$ ./scripts/install-pre-commit-hooks.sh

NOTE: this requires the following line to be removed from ~/.gitconfig

submodulez

# add
$ git submodule add $repo

# init
$ git submodule init

# update
$ git submodule update --recursive