From 1e2ee959ea38ef82ac06c9423d85ebf29cab7251 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 17 Jan 2026 17:39:22 +0100 Subject: Create simple install script for simpler setup --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 025ed2d..fda5603 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,7 @@ ```bash git clone https://git.sr.ht/~a14m/.rc ~/.rc - -rm -f ~/.bash_profile -cd ~/.rc -stow --no-folding --adopt . -git restore . -git remote set-url origin git@git.sr.ht:~a14m/.rc - -ln -sf ~/.rc/.gnupg/pinentry-wrapper ~/.local/bin/pinentry-wrapper -envsubst < ~/.gnupg/gpg-agent.conf.template > ~/.gnupg/gpg-agent.conf -chmod 0700 ~/.gnupg -gpgconf --kill gpg-agent 2>/dev/null || true -gpg-connect-agent /bye 2>/dev/null || true +.rc/install.sh ``` Extra configurations for different distro families: -- cgit v1.2.3