aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2025-06-13 09:12:30 +0200
committerGibheer <gibheer+git@zero-knowledge.org>2025-06-13 09:12:30 +0200
commit0c06999dce017e857385310a35c9f5c1876e4732 (patch)
tree792dbd26d4f8dbef6f954a8a19c43e7629dcbd02 /Makefile
initial configs
This is the current bare bones config only for tmux and vim. zsh will probably follow later.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..cbc1b75
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+install: ${HOME}/.config
+ rsync -r tmux/ ${HOME}/.config/tmux/
+ rsync -r vim/ ${HOME}/.config/vim/
+
+${HOME}/.config:
+ mkdir ${HOME}/.config
+
+.PHONY: install