diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-12 21:26:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-12 21:26:56 +0700 |
commit | 88051c9ccfa9b863b41f0ae86dbb1caaeb739743 (patch) | |
tree | b013742178c012abcb11d72e888be4b62105fc40 /bin | |
parent | c6b2aca48fc3aa2a0039a99aad8fdb13b926fa94 (diff) | |
download | dotfiles-88051c9ccfa9b863b41f0ae86dbb1caaeb739743.tar.gz |
Overhaul configurations
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/gaerc | 2 | ||||
-rwxr-xr-x | bin/.local/bin/totp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/.local/bin/gaerc b/bin/.local/bin/gaerc new file mode 100755 index 0000000..92f4978 --- /dev/null +++ b/bin/.local/bin/gaerc @@ -0,0 +1,2 @@ +#!/bin/sh +exec urxvt -e aerc "$@" diff --git a/bin/.local/bin/totp b/bin/.local/bin/totp new file mode 100755 index 0000000..6a84899 --- /dev/null +++ b/bin/.local/bin/totp @@ -0,0 +1,2 @@ +#!/bin/sh +oathtool --totp --base32 $(cat $HOME/.totp/$1) |