From 3d340c689b39427f1b29b642baa108d7f5fc39ac Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 29 Nov 2025 00:21:56 +0100 Subject: feat: initial commit --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e3d55ad --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +install: + stow . --target $(HOME) + git clone https://github.com/tmux-plugins/tpm $(HOME)/.tmux/plugins/tpm + +uninstall: + stow -D . --target $(HOME) -- cgit v1.2.3