From a40d905197322de329a9d86a7fe0406312bd25c4 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Thu, 26 Dec 2024 15:32:55 -0500 Subject: [PATCH] add linux makefile --- Makefile.linux | 11 +++++++++++ nvim/.config/nvim/lazy-lock.json | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Makefile.linux create mode 100644 nvim/.config/nvim/lazy-lock.json diff --git a/Makefile.linux b/Makefile.linux new file mode 100644 index 0000000..e2f7911 --- /dev/null +++ b/Makefile.linux @@ -0,0 +1,11 @@ +include Makefile.common + +PKGS := $(PKGS_COMMON) + +install: + stow $(PKGS) + +uninstall: + stow -D $(PKGS) + +.PHONY: install uninstall diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json new file mode 100644 index 0000000..1fd6e6e --- /dev/null +++ b/nvim/.config/nvim/lazy-lock.json @@ -0,0 +1,10 @@ +{ + "ghcid": { "branch": "master", "commit": "b7dc5c4ee640b6c8137ecfd0a2b50df278015221" }, + "gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" }, + "lazy.nvim": { "branch": "main", "commit": "7e6c863bc7563efbdd757a310d17ebc95166cef3" }, + "modus-themes.nvim": { "branch": "master", "commit": "9f0343bcb3be4dd5545624db135f2b1c369e7ce4" }, + "nvim-lspconfig": { "branch": "master", "commit": "ff2b85abaa810f6611233dbe6d31c07510ebf43d" }, + "nvim-treesitter": { "branch": "master", "commit": "17678b00fa5c2712890a0ec2e269d0a4de1207df" }, + "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" }, + "telescope.nvim": { "branch": "0.1.x", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" } +} -- 2.43.0