mirror of
https://github.com/malarinv/pass-dotenv.git
synced 2026-03-07 18:02:34 +00:00
6 lines
277 B
Makefile
6 lines
277 B
Makefile
|
|
install:
|
||
|
|
@echo "Installing pass-cli plugin (dotenv.bash)..."
|
||
|
|
@mkdir -p ~/.password-store/.extensions/
|
||
|
|
@cp extension/dotenv.bash ~/.password-store/.extensions/
|
||
|
|
@chmod +x ~/.password-store/.extensions/dotenv.bash
|
||
|
|
@echo "Installation complete. You can now use 'pass-dotenv'."
|