]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
add linux makefile
authorAlexander Goussas <[email protected]>
Thu, 26 Dec 2024 20:32:55 +0000 (15:32 -0500)
committerAlexander Goussas <[email protected]>
Thu, 26 Dec 2024 20:32:55 +0000 (15:32 -0500)
Makefile.linux [new file with mode: 0644]
nvim/.config/nvim/lazy-lock.json [new file with mode: 0644]

diff --git a/Makefile.linux b/Makefile.linux
new file mode 100644 (file)
index 0000000..e2f7911
--- /dev/null
@@ -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 (file)
index 0000000..1fd6e6e
--- /dev/null
@@ -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" }
+}