feat: upgrade runtimes #250
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
|
||||
@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
|
||||
diff_mise_config: ## compare host's mise config with repository's config
|
||||
@nvim -d ~/.config/mise/config.toml ./config/mise/config.toml
|
||||
|
Loading…
x
Reference in New Issue
Block a user