git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: d2a5366fbf546e8a94d2739539f5f19443d357dc (plain)
1
2
3
4
5
6
7
8
[submodule "tmux-gpakosz"]
	path = tmux-gpakosz
	url = https://github.com/gpakosz/.tmux
	branch = master
[submodule "tmux-yank"]
	path = tmux-yank
	url = https://github.com/tmux-plugins/tmux-yank
	branch = master
s="o">= 3.82 all: complete # checkenv is redundant here but prevents execution of anything before failing complete: checkenv tempdirs tarball removedirs distrib removetar tarball: rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ tar -C distribute/tar -cvJf dotfiles.tar.xz . rm -rf distribute/tar tempdirs: @mkdir -pv distribute/tar removedirs: rm -rf distribute/tar distrib: checkenv ansible-playbook distrib.yml checkenv: @if [ -z "$$DFDISTRIB" ];then printf "DFDISTRIB not set, cannot determine target.\\n" >&2;exit 101;fi removetar: @rm -vf dotfiles.tar.xz