Navigation Menu

Skip to content

maxhbr/myconfig

Repository files navigation

CI state: https://github.com/maxhbr/myconfig/workflows/CI/badge.svg

My dotfiles / system configuration / utils / stuff

Currently I use

These notes are probably outdated

Notes

To use https for pulling:

$ cat .git/config
[...]
[remote "origin"]
	url = https://github.com/maxhbr/myconfig
	pushurl = git@github.com:maxhbr/myconfig.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
	pushRemote = origin
[...]

For shallow cloning:

$ git clone --depth 1 "https://github.com/maxhbr/myconfig" --branch "master" --single-branch "$HOME/myconfig"

License

This project is licensed under MIT (see ./LICENSE)