From 55fa988f6f8316918f8a1a5a901b0561467c1b77 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 4 Jun 2025 01:03:45 +0900 Subject: Create extra/ and minimal/ minimal/ should be a minimal subset of public/ to be used when installing configuration files on a VPS or VM. Move .git-prompt.sh to extra to be sym-linked both in public/ and minimal/ --- minimal/.git-prompt.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 minimal/.git-prompt.sh (limited to 'minimal/.git-prompt.sh') diff --git a/minimal/.git-prompt.sh b/minimal/.git-prompt.sh new file mode 120000 index 0000000..2714012 --- /dev/null +++ b/minimal/.git-prompt.sh @@ -0,0 +1 @@ +../extra/.git-prompt.sh \ No newline at end of file -- cgit v1.2.3