go:
	true
	shellcheck config
	shellcheck os-packages

install:
	rm -rf ~/.config/lvim
	./pip-mess
	./os-packages
	./pip-packages
	./install-lunarvim
	./install-font
	./config
	mkdir -p ~/.config/ruff
	cp config-pyproject ~/.config/ruff/pyproject.toml
	cp config-pycodestyle ~/.config/pycodestyle
	cp config-pydocstyle ~/.pydocstyle
	@echo 'You may need to run :LvimCacheReset if you have switched your LSP server(s)'

clean:
	rm -rf .ruff_cache