From 00adac3ce8385c3e7ede47c07e929023335b547d Mon Sep 17 00:00:00 2001 From: Stefan Wölfert Date: Fri, 8 May 2026 05:47:33 +0000 Subject: My Dotfile Collection --- Makefile | 5 +++++ README.md | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 Makefile create mode 100644 README.md diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a88084b --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +dotfiles := $(shell pwd) +.PHONY: all + +all: + @echo "manage my dotfiles" diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e009cd --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# My Dotfile Collection + +## Setting/Linking the dotfiles + +```sh +$ make +``` + +currently supporting the targets: + - `all` (default) -- cgit v1.3.1