From bf7347380207d80183ce80ae6547ef08fa579c6a Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 29 Nov 2025 01:45:07 +0100 Subject: feat: add scripts, TARGET variable for Makefile --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5ef4e06..b0731d7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ This is my main dotfiles repo, though not all components are here. Namely: ## Usage -GNU Stow and Git are required. To install, simply run `make install`. To remove the created symlinks, run `make uninstall`. +GNU Stow and Git are required. To install, simply run `make install`. To remove the created symlinks, run `make uninstall`. A `TARGET` variable is supported, which defaults to the current user's home directory. + +For installation and later removal of custom scripts, run `make install-scripts` and `make uninstall-scripts`, respectively. A `PREFIX` variable is supported, which defaults to `/usr/local/`. + +You can check the current values by running `make`. ### tmux -- cgit v1.2.3