feat: add Makefile target to compare host and repo mcphub configs
This commit is contained in:
parent
400a7f2488
commit
21b067a78a
4
Makefile
4
Makefile
@ -16,6 +16,10 @@ patch_init_lua: ## create a patch file with the changes made in kickstart's init
|
|||||||
patch_init_lua_dry_run: ## show the changes made in kickstart's init.lua file
|
patch_init_lua_dry_run: ## show the changes made in kickstart's init.lua file
|
||||||
@cd $(neovim_config_dir) && git diff --patch init.lua
|
@cd $(neovim_config_dir) && git diff --patch init.lua
|
||||||
|
|
||||||
|
.PHONY: diff_mcphub_config
|
||||||
|
diff_mcphub_config: ## compare host's mcphub config with repository's config
|
||||||
|
@nvim -d ~/.config/mcphub/servers.json ./config/mcphub/servers.json
|
||||||
|
|
||||||
.PHONY: diff_mise_config
|
.PHONY: diff_mise_config
|
||||||
diff_mise_config: ## compare host's mise config with repository's config
|
diff_mise_config: ## compare host's mise config with repository's config
|
||||||
@nvim -d ~/.config/mise/config.toml ./config/mise/config.toml
|
@nvim -d ~/.config/mise/config.toml ./config/mise/config.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user