tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

Suggest to install without root permissions #114

Closed apiraino closed 3 years ago

apiraino commented 4 years ago

I'd like to easily install pass-otp without requiring root access and respecting XDG base dir specs.

This is my attempt to do that without touching the code, rather playing a bit with env vars

apiraino commented 4 years ago

@tadfisher hi, pinging to check interest on this small PR :)

tadfisher commented 3 years ago

@apiraino Can you check this against the Makefile changes that went in with #111 ?

apiraino commented 3 years ago

Hi @tadfisher I've cursory checked the diff. I think that PR makes redundant setting $MANDIR so I have removed it from this PR, thanks for the heads-up :+1:

(I've also updated against your develop branch)