commit fa2c6795d22fa9e17402212b189579921135937b
parent 467233a3ca19217394bfbf8e5c3af2da9efc4cd1
Author: Luxferre <lux@ferre>
Date: Mon, 19 Feb 2024 13:26:50 +0200
adapted to pass
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.aliases b/.aliases
@@ -23,4 +23,5 @@ alias fbstream='mpv --vo=drm --ytdl-format="bestvideo[height<=?768][vcodec!=vp9]
alias yt='pipe-viewer --player=mpv --append-arg="--vo=drm" -7'
# twitch-chat-cli helper
-alias twitchat='$HOME/twitch-chat-cli --accounts "$(<$HOME/twitch_secret)" --channels'
+# requires pass utility to store the secret
+alias twitchat='$HOME/twitch-chat-cli --accounts "$(pass twitch/secret)" --channels'
diff --git a/README b/README
@@ -3,7 +3,7 @@ Dotfiles
This repo contains some of my main dotfiles required for living in a purely
terminal environment. They depend on the following basic software installed:
-oksh, opendoas, ed, vi/vim, mpv, abduco, most, rlwrap, pipe-viewer and
+oksh, opendoas, ed, vi/vim, mpv, abduco, most, rlwrap, pass, pipe-viewer and
twitch-chat-cli.
Note: most was chosen as the $PAGER for additional compatibility with